Gets or sets the root test in the model.

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

Syntax

C#
public Test RootTest { get; set; }
Visual Basic (Declaration)
Public Property RootTest As Test

Exceptions

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

See Also