net.thucydides.core.model
Class FeatureResults

Package class diagram package FeatureResults
java.lang.Object
  extended by net.thucydides.core.model.FeatureResults

public class FeatureResults
extends Object

A set of test results related to a given feature.


Constructor Summary
FeatureResults(ApplicationFeature feature)
           
 
Method Summary
 int countStepsInSuccessfulTests()
           
 void foo()
           
 double getCoverage()
           
 Integer getEstimatedTotalSteps()
           
 Integer getFailingSteps()
           
 Integer getFailingTests()
           
 ApplicationFeature getFeature()
           
 CoverageFormatter getFormatted()
           
 Integer getPassingSteps()
           
 Integer getPassingTests()
           
 Integer getPendingTests()
           
 Double getPercentFailingCoverage()
           
 Double getPercentPassingCoverage()
           
 Double getPercentPendingCoverage()
           
 TestResult getResult()
           
 Integer getSkippedSteps()
           
 Integer getSkippedTests()
           
 String getStoryReportName()
           
 List<StoryTestResults> getStoryResults()
           
 Integer getTotalSteps()
           
 Integer getTotalStories()
           
 Integer getTotalTests()
           
 void recordStoryResults(StoryTestResults storyResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureResults

public FeatureResults(ApplicationFeature feature)
Method Detail

foo

public void foo()

getFeature

public ApplicationFeature getFeature()

recordStoryResults

public void recordStoryResults(StoryTestResults storyResults)

getTotalTests

public Integer getTotalTests()

getPassingTests

public Integer getPassingTests()

getFailingTests

public Integer getFailingTests()

getPassingSteps

public Integer getPassingSteps()

getFailingSteps

public Integer getFailingSteps()

getSkippedSteps

public Integer getSkippedSteps()

getSkippedTests

public Integer getSkippedTests()

getPendingTests

public Integer getPendingTests()

getTotalSteps

public Integer getTotalSteps()

getEstimatedTotalSteps

public Integer getEstimatedTotalSteps()

getCoverage

public double getCoverage()

getTotalStories

public Integer getTotalStories()

getStoryResults

public List<StoryTestResults> getStoryResults()

getStoryReportName

public String getStoryReportName()

countStepsInSuccessfulTests

public int countStepsInSuccessfulTests()

getPercentPassingCoverage

public Double getPercentPassingCoverage()

getPercentFailingCoverage

public Double getPercentFailingCoverage()

getPercentPendingCoverage

public Double getPercentPendingCoverage()

getFormatted

public CoverageFormatter getFormatted()

getResult

public TestResult getResult()


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