Class FixtureAttribute
- Namespace
- FEFF.TestFixtures
- Assembly
- FEFF.TestFixtures.Abstractions.dll
Marks a class as a test fixture. When applied, the "FEFF.TestFixtures" framework will discover and register the fixture for use in tests.
[AttributeUsage(AttributeTargets.Class)]
public class FixtureAttribute : Attribute
- Inheritance
-
FixtureAttribute
- Inherited Members
Properties
RegisterWithType
Gets or sets the type to register the fixture as. Use this when the fixture should be resolved as a supertype or interface rather than its concrete class.
public Type? RegisterWithType { get; set; }