A base class for test classes built using the current framework.
All test methods must be annotated with both [Theory]
and CurrentDirectoryAttribute,
must have a single parameter accepting the relative path of the test file, and must call RunTestAsync(string, string?) as their only implementation.
Namespace: Metalama.Testing.AspectTesting
Assembly: Metalama.Testing.AspectTesting.dll
Syntax
public abstract class AspectTestClass
Constructors
Name | Description |
---|---|
AspectTestClass(ITestOutputHelper) |
Methods
Name | Description |
---|---|
GetDirectory(string) | |
RunTestAsync(string, string?) | Executes a test. |