public interface Reporter
A Reporter is used to report (log,output) the progress of a running test suite.
DefaultReporter
,
LoggingWrappingReporter
Modifier and Type | Field and Description |
---|---|
static String |
PENDING_DEFAULT_MSG |
Modifier and Type | Method and Description |
---|---|
void |
suiteStart(String suiteName,
List<? extends LambdaTestCase> tests) |
void |
suiteWarning(String suiteName,
String warning) |
void |
testFailed(LambdaTestCase test,
Throwable error) |
void |
testSkipped(LambdaTestCase test,
String message) |
void |
testStart(LambdaTestCase test) |
void |
testSucceeded(LambdaTestCase test) |
static final String PENDING_DEFAULT_MSG
void testStart(LambdaTestCase test)
void testSkipped(LambdaTestCase test, String message)
void testFailed(LambdaTestCase test, Throwable error)
void testSucceeded(LambdaTestCase test)
void suiteStart(String suiteName, List<? extends LambdaTestCase> tests)
Copyright © 2019. All rights reserved.