net.thucydides.core.reports.history
Class TestHistory
java.lang.Object
net.thucydides.core.reports.history.TestHistory
public class TestHistory
- extends Object
Keep track of the test results over time.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
environmentVariables
protected EnvironmentVariables environmentVariables
TestHistory
public TestHistory(String projectName)
TestHistory
public TestHistory(String projectName,
EnvironmentVariables environmentVariables)
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.