NAnt SDK Documentation - v0.92

NUnitTestRunner.NeedsRunning Method 

Determines if the unit test needs running.

[Visual Basic]
Public Function NeedsRunning() As Boolean
[C#]
public bool NeedsRunning();

Return Value

true if unit test needs running, otherwise, false.

Remarks

Determines if the test needs running by looking at the date stamp of the test assembly and the test results log.

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace