net.thucydides.core.reports.history
Class TestResultSnapshot
java.lang.Object
net.thucydides.core.reports.history.TestResultSnapshot
- All Implemented Interfaces:
- Comparable<TestResultSnapshot>
public class TestResultSnapshot
- extends Object
- implements Comparable<TestResultSnapshot>
|
Constructor Summary |
TestResultSnapshot(org.joda.time.DateTime time,
int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId)
|
TestResultSnapshot(int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultSnapshot
public TestResultSnapshot(org.joda.time.DateTime time,
int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId)
TestResultSnapshot
public TestResultSnapshot(int specifiedSteps,
int passingSteps,
int failingSteps,
int skippedSteps,
String buildId)
getTime
public org.joda.time.DateTime getTime()
getSpecifiedSteps
public int getSpecifiedSteps()
getPassingSteps
public int getPassingSteps()
getFailingSteps
public int getFailingSteps()
getSkippedSteps
public int getSkippedSteps()
getBuildId
public String getBuildId()
compareTo
public int compareTo(TestResultSnapshot other)
- Specified by:
compareTo in interface Comparable<TestResultSnapshot>
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.