Click or drag to resize

Emulate3DTestCaseAttribute Class

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

Inheritance Hierarchy
SystemObject
  SystemAttribute
    NUnitAttribute
      TestCaseAttribute
        Demo3D.TestRunnerEmulate3DTestCaseAttribute

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class Emulate3DTestCaseAttribute : TestCaseAttribute, 
	ITestBuilder, ITestCaseData, ITestData, IImplyFixture

The Emulate3DTestCaseAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEmulate3DTestCaseAttribute(Object)Initializes a new instance of the Emulate3DTestCaseAttribute class
Public methodEmulate3DTestCaseAttribute(Object)Initializes a new instance of the Emulate3DTestCaseAttribute class
Public methodEmulate3DTestCaseAttribute(Object, Object)Initializes a new instance of the Emulate3DTestCaseAttribute class
Public methodEmulate3DTestCaseAttribute(Object, Object, Object)Initializes a new instance of the Emulate3DTestCaseAttribute class
Top
Properties
 NameDescription
Public propertyArguments
(Inherited from TestCaseAttribute)
Public propertyAuthor
(Inherited from TestCaseAttribute)
Public propertyCategory
(Inherited from TestCaseAttribute)
Public propertyDescription
(Inherited from TestCaseAttribute)
Public propertyExcludePlatform
(Inherited from TestCaseAttribute)
Public propertyExpectedResult
(Inherited from TestCaseAttribute)
Public propertyExplicit
(Inherited from TestCaseAttribute)
Public propertyHasExpectedResult
(Inherited from TestCaseAttribute)
Public propertyIgnore
(Inherited from TestCaseAttribute)
Public propertyIgnoreReason
(Inherited from TestCaseAttribute)
Public propertyIncludePlatform
(Inherited from TestCaseAttribute)
Public propertyProperties
(Inherited from TestCaseAttribute)
Public propertyReason
(Inherited from TestCaseAttribute)
Public propertyRunState
(Inherited from TestCaseAttribute)
Public propertyTestName
(Inherited from TestCaseAttribute)
Public propertyTestOf
(Inherited from TestCaseAttribute)
Public propertyUntil
(Inherited from TestCaseAttribute)
Top
Methods
 NameDescription
Public methodBuildFrom 
Top
See Also