Click or drag to resize

Emulate3DTestCaseSourceAttribute Class

[Missing <summary> documentation for "T:Demo3D.TestRunner.Emulate3DTestCaseSourceAttribute"]

Inheritance Hierarchy
SystemObject
  SystemAttribute
    NUnitAttribute
      TestCaseSourceAttribute
        Demo3D.TestRunnerEmulate3DTestCaseSourceAttribute

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class Emulate3DTestCaseSourceAttribute : TestCaseSourceAttribute, 
	ITestBuilder, IImplyFixture

The Emulate3DTestCaseSourceAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEmulate3DTestCaseSourceAttribute(String)Initializes a new instance of the Emulate3DTestCaseSourceAttribute class
Public methodEmulate3DTestCaseSourceAttribute(Type)Initializes a new instance of the Emulate3DTestCaseSourceAttribute class
Public methodEmulate3DTestCaseSourceAttribute(String, Object)Initializes a new instance of the Emulate3DTestCaseSourceAttribute class
Public methodEmulate3DTestCaseSourceAttribute(Type, String)Initializes a new instance of the Emulate3DTestCaseSourceAttribute class
Public methodEmulate3DTestCaseSourceAttribute(Type, String, Object)Initializes a new instance of the Emulate3DTestCaseSourceAttribute class
Top
Properties
 NameDescription
Public propertyCategory
(Inherited from TestCaseSourceAttribute)
Public propertyMethodParams
(Inherited from TestCaseSourceAttribute)
Public propertySourceName
(Inherited from TestCaseSourceAttribute)
Public propertySourceType
(Inherited from TestCaseSourceAttribute)
Top
Methods
 NameDescription
Public methodBuildFrom 
Top
See Also