public interface Printer
Modifier and Type | Method and Description |
---|---|
void |
printFailure(String marker,
String failure,
Throwable e)
Write the footer in case of a failed test.
|
void |
printHeader(String marker,
String header)
Write the header string with the associated marker.
|
void |
printSucess(String marker,
String success)
Write the footer in case of a succeeded test.
|
void printHeader(String marker, String header)
marker
- the markerheader
- the headervoid printSucess(String marker, String success)
marker
- the markersuccess
- the footerCopyright © 2021. All rights reserved.