net.thucydides.core.statistics.model
Class TestStatistics.ResultCountBuilder

Package class diagram package TestStatistics.ResultCountBuilder
java.lang.Object
  extended by net.thucydides.core.statistics.model.TestStatistics.ResultCountBuilder
Enclosing class:
TestStatistics

public class TestStatistics.ResultCountBuilder
extends Object


Constructor Summary
TestStatistics.ResultCountBuilder(int testRunsOverPeriod)
           
 
Method Summary
 TestStatistics.ResultCountBuilder overTheLast(int number)
           
 int whereTheOutcomeWas(TestResult testResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStatistics.ResultCountBuilder

public TestStatistics.ResultCountBuilder(int testRunsOverPeriod)
Method Detail

overTheLast

public TestStatistics.ResultCountBuilder overTheLast(int number)

whereTheOutcomeWas

public int whereTheOutcomeWas(TestResult testResult)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.