Recursively enumerates all tests including the root test.

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

Syntax

C#
public IEnumerable<Test> AllTests { get; }
Visual Basic (Declaration)
Public ReadOnly Property AllTests As IEnumerable(Of Test)

See Also