TestRunner Class

Namespace
TCLite.Runners
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ITestListener"] click Interface0 "/tc-lite/api/TCLite.Interfaces/ITestListener" Type["TestRunner"] class Type type-node

Syntax

public class TestRunner : ITestListener

Constructors

Name Summary
TestRunner()

Fields

Name Constant Value Summary
FILE_NOT_FOUND -2
static
INVALID_ARG -1
static
INVALID_TEST_FIXTURE -4
static
NO_TESTS_FOUND -5
static
OK 0
static
UNEXPECTED_ERROR -100
static

Methods

Name Value Summary
CreateTestFilter(string) ITestFilter
Execute(string[]) int
MakeRunSettings(CommandLineOptions) Dictionary<string, object>
Make the settings for this run - this is public for testing
static
TestFinished(ITestResult) void
A test has just finished
TestOutput(TestOutput) void
A test has produced some text output
TestStarted(ITest) void
A test has just started