A test model builder applies contributions to a test model under construction.

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

Syntax

C#
public interface ITestModelBuilder : ISupportDeferredActions
Visual Basic (Declaration)
Public Interface ITestModelBuilder _
	Implements ISupportDeferredActions

See Also