Interface IXunit1Executor
- Namespace
- Xunit.Runner.v1
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents a wrapper around the Executor class from xUnit.net v1.
public interface IXunit1Executor : IDisposable
- Inherited Members
Properties
- TestFrameworkDisplayName
Gets the display name of the test framework.
Methods
- EnumerateTests(ICallbackEventHandler?)
Enumerates the tests in the assembly.
- RunTests(string, List<string>, ICallbackEventHandler)
Runs the tests in a class.