UnitTestFixtureStartTracing Method

Starts tracing, or continues tracing if it has already started

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
[ConditionalAttribute("TRACE")]
protected void StartTracing(
	Type testType
)

Parameters

testType  Type
The unit test class calling this method

See Also