Table of Contents

Namespace Cuemon.Extensions.Xunit

Assembly: Cuemon.Extensions.Xunit.dll

The Cuemon.Extensions.Xunit namespace contains types that provides a uniform way of doing unit testing. The namespace relates to the Xunit.Abstractions namespace.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Complements: xUnit: Capturing Output 🔗

Extension Methods

Type Ext Methods
ITestOutputHelper ⬇️ WriteLines

Classes

InMemoryTestStore<T>

Provides a default base implementation of the ITestStore<T> interface.

Test

Represents the base class from which all implementations of unit testing should derive.

TestOutputHelperExtensions

Extension methods for the Xunit.Abstractions.ITestOutputHelper.

WildcardOptions

Configuration options for Match(String, String, Action<WildcardOptions>).

Interfaces

ITest

Represents the members needed for vanilla testing.

ITestStore<T>

Represents the members needed for adding and querying a store tailored for unit testing.