Gets the children of this test.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected virtual IEnumerable<Test> GetChildren()
Visual Basic (Declaration)
Protected Overridable Function GetChildren As IEnumerable(Of Test)

Remarks

The default implementation returns an empty array. Subclasses may override this behavior as appropriate.

See Also