public class ReportTransformer
extends java.lang.Object
| Constructor and Description |
|---|
ReportTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countFailures(java.lang.Iterable<Test> tests) |
protected java.lang.String |
formatTime(double time) |
TestSuites |
transformToJunit(Report report) |
@Nonnull public TestSuites transformToJunit(@Nonnull Report report)
protected int countFailures(@Nonnull
java.lang.Iterable<Test> tests)
@Nonnull protected java.lang.String formatTime(double time)