An implementation of a test model builder that is used for reflection only and does not actually support building tests.

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

Syntax

C#
public class ReflectionOnlyTestModelBuilder : ITestModelBuilder, 
	ISupportDeferredActions
Visual Basic (Declaration)
Public Class ReflectionOnlyTestModelBuilder _
	Implements ITestModelBuilder, ISupportDeferredActions

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Pattern..::.ReflectionOnlyTestModelBuilder

See Also