nunit public found
i've used nunit before, nonetheless while, never machine. i unzipped chronicle 2.4.8 underneath program files, i keep removing blunder perplexing bucket tests.
could bucket record public 'nunit.framework, version=2.4.8.0, culture=neutral, publickeytoken=96d09a1eb7f44a77' the dependencies. component can't record specified**
in method foster problem, i've collected many simple illusory exam file.
using nunit.framework;
namespace test
{
[testfixture]
open category tester
{
[test]
open vacant atest()
{
assert.istrue(false, "at slightest exam ran!");
}
}
}
i've total "c:\program files\nunit-2.4.8-net-2.0\bin" route (and rebooted). note i duplicate exam public folder, then
c:\program files\nunit-2.4.8-net-2.0\bin>nunit-console test.dll
works, but
c:\program files\nunit-2.4.8-net-2.0\bin>nunit-console c:\dev\nunit_test\test.dll
and
c:\dev\nunit_test>nunit_console test.dll
fail above error.
presumably i around duplicating nunit.framework dll record project's bin folder, nonetheless i don't remember carrying past. moreover, i same blunder gui. shouldn't gui know where horizon located (that is, same folder)?
i'm controlling visible studio. i following line accumulate exam project.
%windir%\microsoft.net\framework\v2.0.50727\csc.exe /r:"c:\program files\nunit-2.4.8-net-2.0\bin\nunit.framework.dll" /t:library /out:test.dll test.cs
i attempted both .msi .zip record same result.
Comments
Post a Comment