Table of Contents

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

type string

The class to run.

methods List<string>

The methods in the class to run.

handler ICallbackEventHandler

The callback handler used to return information.