Class BaseAttribute
Represents the base attribute for all other tests attributes.
public abstract class BaseAttribute : Attribute
- Inheritance
-
BaseAttribute
- Derived
- Inherited Members
Constructors
BaseAttribute()
protected BaseAttribute()
Properties
Properties
Gets the properties.
protected virtual IDictionary<string, object> Properties { get; }
Property Value
- IDictionary<string, object>
The properties.
TestName
Gets the name of the test.
protected abstract string TestName { get; }
Property Value
- string
The name of the test.