GCTest Init Method Fling OS
Initialises the test class.

Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[ClassInitializeAttribute]
public static void Init(
	TestContext context
)

Parameters

context
Type: TestContext
The tyest context.
See Also