org.apache.maven.surefire.report
public class ReportEntry extends Object
| Constructor Summary | |
|---|---|
| ReportEntry(Object source, String name, String message) | |
| ReportEntry(Object source, String name, String message, Throwable throwable) | |
| Method Summary | |
|---|---|
| String | getMessage() |
| String | getName() |
| Object | getSource() |
| Throwable | getThrowable() |