NUnit-Net-2.0 2.2.6

Asked by jose manuel

Hello friends I hope to help me, my problem is I need to go through a command line parameter in NUnit-Net-2.0 2.2.6, and will not let me or not is the intruccion me well so I enter C: \ Program File (x86) \ NUnit-Net-2.0 2.2.6 \ bin \> NUnit-gui.exe / run / fixture: XBRLReportBuilder.Test.TestReportBuilderFinancial.Test_Any_File
but not s epuede run the select instance documenty ...
command as you pass through the document you have to open ...
please help me thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
NUnit V2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Charlie Poole (charlie.poole) said :
#1

The specified command line is incorrect.

1. You have not indicated the test assembly to be loaded, e.g.
     nunit-gui mytests.dll
2. There is no /run option in nunit 2.2.6. See
    http://localhost/nunit.org/index.php?p=consoleCommandLine&r=2.2.6

Charlie

Revision history for this message
Charlie Poole (charlie.poole) said :
#2

By the way, 2.2.6 is *incredibly* out of date. Unless you are forced to use the old version
by your company, I suggest you update to 2.5.8.

Revision history for this message
jose manuel (jose-galdamez) said :
#3

here is the complete command line
nunit.exe S:\bin\Aucent.MAX.AXE.XBRLReportBuilder.ReportBuilder.dll /run=Aucent.MAX.AXE.XBRLReportBuilder.ReportBuilder.TestReportBuilderFinancial.Test_Any_File
I need to pass the document I open as I do?
help thanks

Revision history for this message
Charlie Poole (charlie.poole) said :
#4

I repeat: There is NO /run option in NUnit 2.2.6. Change /run to /fixture.

Is the S: drive a network drive? If so, it won't work.

Again, using a newer NUnit will most likely solve your problem.

Charlie

Can you help with this problem?

Provide an answer of your own, or ask jose manuel for more information if necessary.

To post a message you must log in.