Class ComponentTestAttribute
Marks a test fixture as a component tests.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ComponentTestAttribute : FixtureAttribute, IFixtureBuilder2, IFixtureBuilder
- Inheritance
-
ComponentTestAttribute
- Implements
-
IFixtureBuilder2IFixtureBuilder
- Inherited Members
Constructors
ComponentTestAttribute()
public ComponentTestAttribute()
Properties
Properties
Gets the properties.
protected override IDictionary<string, object> Properties { get; }
Property Value
- IDictionary<string, object>
The properties.
TestName
Gets the name of the test.
protected override string TestName { get; }
Property Value
- string
The name of the test.
Type
Gets or sets the type of the component to be tested.
public Type Type { get; set; }
Property Value
- Type
The type of the component to be tested.