Finds a test by its id.

Namespace:  Gallio.Model.Tree
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Test FindTest(
	string testId
)
Visual Basic (Declaration)
Public Function FindTest ( _
	testId As String _
) As Test

Parameters

testId
Type: System..::.String
The test id.

Return Value

The test, or null if not found.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if testId is null.

See Also