How to mention specific testcases from testfixture also if multiple testfixture.
Thanks,
Udhay
Charlie Poole
unread,
Oct 1, 2013, 2:20:55 AM10/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NUnit-Discuss
As stated in my reply, I recommend you use the -run option, which has more
capabilities and more flexibility in use.
The -fixture option will do approximately the same thing if what you
want to do is
run all the tests in a given test fixture. Are you sure that
NUnit.Tests.Installation
is the name of a fixture fixture in your assembly?
Charlie
On Mon, Sep 30, 2013 at 9:13 PM, Udhaya Kumar
Charlie Poole
unread,
Oct 1, 2013, 2:23:50 AM10/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NUnit-Discuss
Also, I notice you are running from the NUnit directory on the C: drive.
This implies that you have copied your test assembly to that directory,
which is a very strange thing to do.
If you like to work from the command line, put the NUnit bin directory
on your path and work within the directory containing your test assembly.
Charlie
Udhaya Kumar
unread,
Oct 1, 2013, 3:11:08 AM10/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nunit-...@googlegroups.com
Hi Carlie,
Thanks, i will try with copying nunit bin directory to my test path. But i am unable to find the testfixture name. How to find it
this is how my solution looks how to type this command line.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NUnit-Discuss
Looking at the screen image, It does not seem that you have anything named "NUnit.Tests.Installation" Was that just a name you invented as an example? From the tree display, it appears that you have a fixture named "KLATencor.Phoenix.TestFixtures.Installation.Installation"
Of course, as you add more tests, the command line becomes very long. You may want to look at use of -runlist, which allows you to specify a file that contains the names of the tests to run, one per line.