- 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 |
ITestFilter | |
Execute |
int | |
MakeRunSettings |
Dictionary |
Make the settings for this run - this is public for testing
static
|
TestFinished |
void |
A test has just finished
|
TestOutput |
void |
A test has produced some text output
|
TestStarted |
void |
A test has just started
|