Table of Contents

Interface ITest

Namespace
Cuemon.Extensions.Xunit
Assembly
Cuemon.Extensions.Xunit.dll

Represents the members needed for vanilla testing.

public interface ITest : IDisposable
Inherited Members
IDisposable.Dispose()

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