UnitTestFixtureTraceTestStart Method

Adds a trace line indicating the start of a unit test

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
[ConditionalAttribute("TRACE")]
protected void TraceTestStart(
	string testName
)

Parameters

testName  String
The name of the test that is starting

See Also