Interface ITest
- Namespace
- Codebelt.Extensions.Xunit
- Assembly
- Codebelt.Extensions.Xunit.dll
Represents the members needed for vanilla testing.
public interface ITest : IDisposable, IAsyncDisposable
- Inherited Members
Properties
CallerType
Gets the type of caller for this instance. Default is GetType().
Type CallerType { get; }
Property Value
- Type
The type of caller for this instance.