PENDING_DEFAULT_MSG
Constructor and Description |
---|
LoggingWrappingReporter(Reporter underlying) |
Modifier and Type | Method and Description |
---|---|
protected String |
formatTestCase(LambdaTestCase test) |
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) |
public LoggingWrappingReporter(Reporter underlying)
protected String formatTestCase(LambdaTestCase test)
public void testStart(LambdaTestCase test)
public void testSkipped(LambdaTestCase test, String message)
testSkipped
in interface Reporter
public void testFailed(LambdaTestCase test, Throwable error)
testFailed
in interface Reporter
public void testSucceeded(LambdaTestCase test)
testSucceeded
in interface Reporter
public void suiteStart(String suiteName, List<? extends LambdaTestCase> tests)
suiteStart
in interface Reporter
public void suiteWarning(String suiteName, String warning)
suiteWarning
in interface Reporter
Copyright © 2019. All rights reserved.