net.thucydides.core.reports.html.history
Class TestResultSnapshot

Package class diagram package TestResultSnapshot
java.lang.Object
  extended by net.thucydides.core.reports.html.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)
           
 
Method Summary
 int compareTo(TestResultSnapshot other)
           
 String getBuildId()
           
 int getFailingSteps()
           
 int getPassingSteps()
           
 int getSkippedSteps()
           
 int getSpecifiedSteps()
           
 org.joda.time.DateTime getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2012 Wakaleo Consulting. All Rights Reserved.