Describes a reference to another test fixture.

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

Syntax

C#
public class TestFixtureReference : Test
Visual Basic (Declaration)
Public Class TestFixtureReference _
	Inherits Test

Remarks

This is used to enable test suites to include tests that are defined using attributes.

Refer to the examples on the Test class for more information.

Running referenced test fixtures dynamically is not supported at this time. Run it statically instead using StaticTestFactoryAttribute.

Inheritance Hierarchy

System..::.Object
  MbUnit.Framework..::.Test
    MbUnit.Framework..::.TestFixtureReference

See Also