Finds a test by its id.
Namespace:
Gallio.Model.TreeAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if testId is null. |
