Uses of Class
net.thucydides.core.reports.TestOutcomes

Packages that use TestOutcomes
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.history   
net.thucydides.core.reports.html XML Report generation. 
net.thucydides.core.reports.json   
 

Uses of TestOutcomes in net.thucydides.core.reports
 

Methods in net.thucydides.core.reports that return TestOutcomes
 TestOutcomes UserStoryTestReporter.generateReportsForTestResultsFrom(File sourceDirectory)
          Generates a set of user story reports from a given directory.
 TestOutcomes TestOutcomes.getFailingTests()
          Find the failing test outcomes in this set
 TestOutcomes TestOutcomes.getPassingTests()
          Find the successful test outcomes in this set
 TestOutcomes TestOutcomes.getPendingTests()
          Find the pending or ignored test outcomes in this set
 TestOutcomes TestOutcomes.getRootOutcomes()
           
static TestOutcomes TestOutcomes.of(List<? extends TestOutcome> outcomes)
           
static TestOutcomes TestOutcomeLoader.testOutcomesIn(File reportsDirectory)
           
 TestOutcomes TestOutcomes.withHistory()
          Return a copy of the current test outcomes, with test run history and statistics.
protected  TestOutcomes TestOutcomes.withLabel(String label)
           
 TestOutcomes TestOutcomes.withTag(String tagName)
          Find the test outcomes with a given tag name
 TestOutcomes TestOutcomes.withTagType(String tagType)
          Find the test outcomes with a given tag type
 

Constructors in net.thucydides.core.reports with parameters of type TestOutcomes
TestOutcomes(List<? extends TestOutcome> outcomes, double estimatedAverageStepCount, String label, HibernateTestStatisticsProvider testStatisticsProvider, TestOutcomes rootOutcomes)
           
 

Uses of TestOutcomes in net.thucydides.core.reports.history
 

Methods in net.thucydides.core.reports.history with parameters of type TestOutcomes
 void TestHistory.updateData(TestOutcomes testOutcomes)
           
 

Uses of TestOutcomes in net.thucydides.core.reports.html
 

Methods in net.thucydides.core.reports.html that return TestOutcomes
 TestOutcomes HtmlAggregateStoryReporter.generateReportsForTestResultsFrom(File sourceDirectory)
           
 

Uses of TestOutcomes in net.thucydides.core.reports.json
 

Methods in net.thucydides.core.reports.json with parameters of type TestOutcomes
 void JSONTreeNode.addTestOutcomesForTag(String tag, TestOutcomes testOutcomes)
           
 void JSONResultTree.addTestOutcomesForTag(String tag, TestOutcomes testOutcomes)
           
 Color RelativeSizeColorScheme.colorFor(TestOutcomes outcome)
           
 Color ProgressColorScheme.colorFor(TestOutcomes outcome)
           
 Color ColorScheme.colorFor(TestOutcomes outcome)
           
 



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