net.thucydides.core.requirements.reports
Class RequirementOutcome

Package class diagram package RequirementOutcome
java.lang.Object
  extended by net.thucydides.core.requirements.reports.RequirementOutcome

public class RequirementOutcome
extends Object


Constructor Summary
RequirementOutcome(Requirement requirement, TestOutcomes testOutcomes, IssueTracking issueTracking)
           
 
Method Summary
 String getCardNumberWithLinks()
           
 Requirement getRequirement()
           
 TestOutcomes getTestOutcomes()
           
 boolean isComplete()
          Is this requirement complete? A Requirement is considered complete if it has associated tests to all of the tests are successful.
 boolean isFailure()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequirementOutcome

public RequirementOutcome(Requirement requirement,
                          TestOutcomes testOutcomes,
                          IssueTracking issueTracking)
Method Detail

getRequirement

public Requirement getRequirement()

getTestOutcomes

public TestOutcomes getTestOutcomes()

isComplete

public boolean isComplete()
Is this requirement complete? A Requirement is considered complete if it has associated tests to all of the tests are successful.


isFailure

public boolean isFailure()

getCardNumberWithLinks

public String getCardNumberWithLinks()

toString

public String toString()
Overrides:
toString in class Object


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