Click or drag to resize

UnitTestFixtureTraceTestStart Method

Adds a trace line indicating the start of a unit test

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

Parameters

testName  String
The name of the test that is starting
See Also