Uses of Class
net.thucydides.core.model.TestType

Packages that use TestType
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.model.formatters   
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.requirements.reports   
 

Uses of TestType in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestType
static TestType TestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestType[] TestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.thucydides.core.model with parameters of type TestType
 int TestOutcome.countNestedStepsWithResult(TestResult expectedResult, TestType testType)
           
 int TestOutcome.countResults(TestResult expectedResult, TestType expectedType)
           
 boolean TestOutcome.typeCompatibleWith(TestType testType)
           
 

Constructors in net.thucydides.core.model with parameters of type TestType
OutcomeCounter(TestType testType, TestOutcomes outcomes)
           
 

Uses of TestType in net.thucydides.core.model.formatters
 

Methods in net.thucydides.core.model.formatters with parameters of type TestType
 TestCoverageFormatter.FormattedPercentageStepCoverage TestCoverageFormatter.percentSteps(TestType testType)
           
 TestCoverageFormatter.FormattedPercentageCoverage TestCoverageFormatter.percentTests(TestType testType)
           
 

Constructors in net.thucydides.core.model.formatters with parameters of type TestType
TestCoverageFormatter.FormattedCoverage(TestType testType)
           
TestCoverageFormatter.FormattedPercentageCoverage(TestType testType)
           
TestCoverageFormatter.FormattedPercentageStepCoverage(TestType testType)
           
 

Uses of TestType in net.thucydides.core.reports
 

Fields in net.thucydides.core.reports declared as TestType
protected  TestType TestOutcomeCounter.testType
           
 

Methods in net.thucydides.core.reports with parameters of type TestType
 OutcomeCounter TestOutcomes.count(TestType testType)
           
protected  int TestOutcomes.countTestsWithResult(TestResult expectedResult, TestType testType)
           
 TestCoverageFormatter.FormattedPercentageCoverage TestOutcomes.getFormattedPercentage(TestType testType)
           
 TestOutcomes TestOutcomes.ofType(TestType testType)
           
 TestOutcomes.OutcomeProportionStepCounter TestOutcomes.proportionalStepsOf(TestType testType)
           
 TestOutcomes.OutcomeProportionCounter TestOutcomes.proportionOf(TestType testType)
           
 

Constructors in net.thucydides.core.reports with parameters of type TestType
TestOutcomeCounter(TestType testType)
           
TestOutcomes.OutcomeProportionCounter(TestType testType)
           
TestOutcomes.OutcomeProportionStepCounter(TestType testType)
           
 

Uses of TestType in net.thucydides.core.requirements.reports
 

Methods in net.thucydides.core.requirements.reports with parameters of type TestType
 OutcomeCounter RequirementsOutcomes.count(TestType testType)
           
 RequirementOutcome.OutcomeCounter RequirementOutcome.count(TestType testType)
           
 RequirementsPercentageFormatter RequirementsOutcomes.getFormattedPercentage(TestType testType)
           
 RequirementsPercentageFormatter RequirementOutcome.getFormattedPercentage(TestType testType)
           
 RequirementsProportionCounter RequirementOutcome.percentage(TestType testType)
           
 RequirementsProportionCounter RequirementsOutcomes.proportionOf(TestType testType)
           
 

Constructors in net.thucydides.core.requirements.reports with parameters of type TestType
RequirementOutcome.OutcomeCounter(TestType testType)
           
RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, int estimatedTotalTests)
           
 



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