Package net.thucydides.core.reports.html
Class TestOutcomeTimestamp
- java.lang.Object
-
- net.thucydides.core.reports.html.TestOutcomeTimestamp
-
public class TestOutcomeTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description TestOutcomeTimestamp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringfrom(TestOutcome testOutcome)static Stringfrom(TestOutcomes testOutcomes)
-
-
-
Method Detail
-
from
public static String from(TestOutcomes testOutcomes)
-
from
public static String from(TestOutcome testOutcome)
-
-