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
-
IDisposable.Dispose()IAsyncDisposable.DisposeAsync()
Properties
CallerType
Gets the type of caller for this instance. Default is System.Object.GetType.
Type CallerType { get; }
Property Value
- Type
The type of caller for this instance.
See Also
IDisposable