NUnitTestRunner.

NeedsRunning() Method

Summary

Determines if the unit test needs running.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Tasks
Containing Type
NUnitTestRunner

Syntax

public bool NeedsRunning()

Remarks

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

Return Value

Type Description
bool true if unit test needs running, otherwise, false.