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,
File baseDirectory,
DateProvider dateProvider)
TestHistory
public TestHistory(String projectName,
EnvironmentVariables environmentVariables)
TestHistory
public TestHistory(String projectName,
EnvironmentVariables environmentVariables,
File baseDirectory)
updateData
public void updateData(RequirementsOutcomes requirementsOutcome)
updateData
public void updateData(TestOutcomes testOutcomes)
updateProgressHistory
public void updateProgressHistory(RequirementsOutcomes requirementsOutcome)
getHistory
public List<TestResultSnapshot> getHistory()
getProgress
public List<ProgressSnapshot> getProgress()
getDirectory
public File getDirectory()
clearHistory
public void clearHistory()
getEnvironmentVariables
protected EnvironmentVariables getEnvironmentVariables()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.