Uses of Class
net.thucydides.core.model.TestType
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static TestTypeTestType. valueOf(java.lang.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 Modifier and Type Method Description intTestOutcome. countNestedStepsWithResult(TestResult expectedResult, TestType testType)intTestOutcome. countResults(TestResult expectedResult, TestType expectedType)booleanTestOutcome. typeCompatibleWith(TestType testType)Constructors in net.thucydides.core.model with parameters of type TestType Constructor Description OutcomeCounter(TestType testType, TestOutcomes outcomes)ScenarioOutcomeCounter(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 Modifier and Type Method Description TestCoverageFormatter.FormattedPercentageStepCoverageTestCoverageFormatter. percentSteps(TestType testType)TestCoverageFormatter.FormattedPercentageCoverageTestCoverageFormatter. percentTests(TestType testType)Constructors in net.thucydides.core.model.formatters with parameters of type TestType Constructor Description FormattedCoverage(TestType testType)FormattedPercentageCoverage(TestType testType)FormattedPercentageStepCoverage(TestType testType) -
Uses of TestType in net.thucydides.core.reports
Fields in net.thucydides.core.reports declared as TestType Modifier and Type Field Description protected TestTypeTestOutcomeCounter. testTypeMethods in net.thucydides.core.reports with parameters of type TestType Modifier and Type Method Description OutcomeCounterTestOutcomes. count(TestType testType)protected intTestOutcomes. countTestsWithResult(TestResult expectedResult, TestType testType)TestCoverageFormatter.FormattedPercentageCoverageTestOutcomes. getFormattedPercentage(TestType testType)TestOutcomesTestOutcomes. ofType(TestType testType)TestOutcomes.OutcomeProportionStepCounterTestOutcomes. proportionalStepsOf(TestType testType)TestOutcomes.OutcomeProportionCounterTestOutcomes. proportionOf(TestType testType)Constructors in net.thucydides.core.reports with parameters of type TestType Constructor Description OutcomeProportionCounter(TestType testType)OutcomeProportionStepCounter(TestType testType)TestOutcomeCounter(TestType testType) -
Uses of TestType in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports with parameters of type TestType Modifier and Type Method Description RequirementOutcome.OutcomeCounterRequirementOutcome. count(TestType testType)OutcomeCounterRequirementsOutcomes. count(TestType testType)RequirementsPercentageFormatterRequirementOutcome. getFormattedPercentage(TestType testType)RequirementsPercentageFormatterRequirementsOutcomes. getFormattedPercentage(TestType testType)RequirementsProportionCounterRequirementOutcome. percentage(TestType testType)RequirementsProportionCounterRequirementsOutcomes. proportionOf(TestType testType)Constructors in net.thucydides.core.requirements.reports with parameters of type TestType Constructor Description OutcomeCounter(TestType testType)RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests)