Click or drag to resize

UnitTestFixtureStartTracing Method

Starts tracing, or continues tracing if it has already started

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

Parameters

testType  Type
The unit test class calling this method
See Also