Hi; I can run my tests fine using the nunit gui test runner. However, when I try to use nant I get: [nunit] Running
Newmerix.AC.Common.options.TestOptionRepository. [nunit] FAILURE: WarningFail.warning Type 'TestOptionRepository' must be a public, not
abstract class that implements ITest. [nunit] 1 tests: FAILURES: 1 ERRORS: 0 BUILD FAILED C:\src\AutomateChange\AutomateChange.build(54,4): Unit test failed, see build log. Total time: 0.2 seconds. Any ideas? Also, it looks like ndoc requires a class=’class.name’
for each test. Is there a way to give it a dll and tell it to run every test it
finds? Thanks - dave |