Constructor

Initialises a new instance of the TestCollection class with a single TestGroup. The collection contains just the specified TestGroup set to run once with its TestFunctions set to run once.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public TestCollection(TestGroup testGroup)

Parameters

testGroup

Type: TestGroup

The TestGroup with which to create the collection.