Modifier and Type | Method and Description |
---|---|
BevoTest.TestLog |
BevoTest.TestExecutionResult.getTestLog() |
Modifier and Type | Method and Description |
---|---|
void |
BevoTest.Test.run(BevoTest.TestLog log)
Execute this test's test procedures.
|
void |
BevoTest.TestCase.run(BevoTest.TestLog testLog)
Execute this test procedure, and record events in the given test
log.
|
Constructor and Description |
---|
PlaintextTestReporter(BevoTest.TestLog log)
Constructs a TestLogReporter.
|