ContainerTestInfo InTestDrivenUnitTest Method CleanCode C# Libraries v1.2.03 API
Identifies whether running in the TestDriven unit test context.

Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static bool InTestDrivenUnitTest()

Return Value

true if running in the TestDriven unit test context.
See Also