net.thucydides.core.reports.history
Class TestHistory

Package class diagram package TestHistory
java.lang.Object
  extended by net.thucydides.core.reports.history.TestHistory

public class TestHistory
extends Object

Keep track of the test results over time.


Field Summary
protected  EnvironmentVariables environmentVariables
           
 
Constructor Summary
TestHistory(String projectName)
           
TestHistory(String projectName, EnvironmentVariables environmentVariables)
           
 
Method Summary
 void clearHistory()
           
 File getDirectory()
           
protected  EnvironmentVariables getEnvironmentVariables()
           
 List<TestResultSnapshot> getHistory()
           
 void updateData(TestOutcomes testOutcomes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

environmentVariables

protected EnvironmentVariables environmentVariables
Constructor Detail

TestHistory

public TestHistory(String projectName)

TestHistory

public TestHistory(String projectName,
                   EnvironmentVariables environmentVariables)
Method Detail

updateData

public void updateData(TestOutcomes testOutcomes)

getDirectory

public File getDirectory()

getHistory

public List<TestResultSnapshot> getHistory()

clearHistory

public void clearHistory()

getEnvironmentVariables

protected EnvironmentVariables getEnvironmentVariables()


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