Method RunTests
- Namespace
- Xunit.Runner.v1
- Assembly
- xunit.v3.runner.utility.netfx.dll
RunTests(string, List<string>, ICallbackEventHandler)
Runs the tests in a class.
void RunTests(string type, List<string> methods, ICallbackEventHandler handler)
Parameters
typestringThe class to run.
methodsList<string>The methods in the class to run.
handlerICallbackEventHandlerThe callback handler used to return information.