Core.TestRunner.Load(String assemblyName)
at NUnit.Util.TestDomain.Load(String assemblyFileName,
String testFixture)
at NUnit.Util.TestDomain.Load(NUnitProject
project, String testFixture)
at NUnit.Util.TestLoader.LoadTest(String
testName)
Larry Richardson
From:
[EMAI
First of all, newbie to the automated build tools, so this
might be a easy question.
I have a simple HelloWorld program
that I added nUnit test to. When I try to run nAnt, it says “Nunit.Framework
cannot be found”. The dlls are in the build
directory.
Thanks in advance..
Larry