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, CancellationToken, string?) as their only implementation.
Namespace: Metalama.Testing.AspectTesting
Assembly: Metalama.Testing.AspectTesting.dll
Syntax
public abstract class AspectTestClassConstructors
| Name | Description |
|---|---|
| AspectTestClass(ITestOutputHelper) |
Methods
| Name | Description |
|---|---|
| GetDirectory(string) | |
| RunTestAsync(string, CancellationToken, string?) | Executes a test. |