Skip to main content

Timeline for specify NUnit test to run

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Feb 7, 2023 at 10:35 comment added ghord Comment for future visitors: This parameter does not work in newer versions. Nunit3 changed the parameters for console runner.
May 20, 2022 at 13:34 comment added Mounika How to run a category from cmd using dotnet test?
Nov 4, 2011 at 19:45 vote accept CommunityBot moved from User.Id=610217 by developer User.Id=18937026
Nov 4, 2011 at 19:45 comment added user610217 I ended up using a /fixture:EmailNotificationTest and put my test in its own class. Attaching the debugger each time I tweak something is annoying... but the answer does seem to be "you can't do it". Lame.
Nov 3, 2011 at 19:24 comment added k.m @JeremyHolovacs: NUnit doc remains silent about that, I'd suppose console runner doesn't allow it then. Having that in mind, I'd go with attaching debugger - it's pretty easy and you can find how to do that on SO (for example here).
Nov 3, 2011 at 14:44 comment added user610217 This isn't necessary from the GUI, though... I would expect to be able to be specific without making code changes so that I could localize a specific test like I can do from the GUI. Is this not possible?
Nov 3, 2011 at 14:13 history answered k.m CC BY-SA 3.0