Class TestResultSnapshot
java.lang.Object
net.thucydides.core.reports.history.TestResultSnapshot
- All Implemented Interfaces:
Comparable<TestResultSnapshot>
-
Constructor Summary
ConstructorsConstructorDescriptionTestResultSnapshot(int specifiedSteps, int passingSteps, int failingSteps, int skippedSteps, String buildId) TestResultSnapshot(org.joda.time.DateTime time, int specifiedSteps, int passingSteps, int failingSteps, int skippedSteps, String buildId) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TestResultSnapshot other) intintintintorg.joda.time.DateTimegetTime()
-
Constructor Details
-
Method Details
-
getTime
public org.joda.time.DateTime getTime() -
getSpecifiedSteps
public int getSpecifiedSteps() -
getPassingSteps
public int getPassingSteps() -
getFailingSteps
public int getFailingSteps() -
getSkippedSteps
public int getSkippedSteps() -
getBuildId
-
compareTo
- Specified by:
compareToin interfaceComparable<TestResultSnapshot>
-