Open sandboxFocus

Class DefaultAspectTestClass

A base class for snapshot test suites that automatically discover test files in the project's source directory.

Inheritance
DefaultAspectTestClass
Namespace: Metalama.Testing.AspectTesting
Assembly: Metalama.Testing.AspectTesting.dll
Syntax
[Obsolete("This class is obsolete. Use the default snapshot test project setup provided by Metalama.Testing.AspectTesting instead.")]
public abstract class DefaultAspectTestClass : AspectTestClass
Remarks

This class is intended for use when an xUnit test assembly is set up via the Metalama.Testing.AspectTesting package. It automatically discovers test files using the project directory configured in the assembly metadata.

For manual test file discovery or when using CurrentDirectoryAttribute to specify subdirectories, derive from AspectTestClass instead.

Constructors

Name Description
DefaultAspectTestClass(ITestOutputHelper)

Methods

Name Description
GetDirectory(string)

Extension Methods

See Also