Common interface for elements in the test object model.

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

Syntax

C#
public abstract class TestComponent : ITestDescriptor
Visual Basic (Declaration)
Public MustInherit Class TestComponent _
	Implements ITestDescriptor

Remarks

All components have a name for presentation, metadata for annotations, and a code reference to its point of definition.

Inheritance Hierarchy

System..::.Object
  Gallio.Model.Tree..::.TestComponent
    Gallio.Model.Tree..::.Test
    Gallio.Model.Tree..::.TestParameter
    Gallio.Model.Tree..::.TestStep

See Also