Uses of Enum
net.thucydides.model.domain.TestType
Packages that use TestType
Package
Description
The Thucydides domain model, which represents acceptance test runs.
Thucydides generates reports in HTML and XML by default.
-
Uses of TestType in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return TestTypeModifier and TypeMethodDescriptionstatic TestTypeReturns 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.model.domain with parameters of type TestTypeModifier and TypeMethodDescriptionintTestOutcome.countNestedStepsWithResult(TestResult expectedResult, TestType testType) intTestOutcome.countResults(TestResult expectedResult, TestType expectedType) booleanTestOutcome.typeCompatibleWith(TestType testType) Constructors in net.thucydides.model.domain with parameters of type TestTypeModifierConstructorDescriptionOutcomeCounter(TestType testType, TestOutcomes outcomes) ScenarioOutcomeCounter(TestType testType, TestOutcomes outcomes) -
Uses of TestType in net.thucydides.model.domain.formatters
Methods in net.thucydides.model.domain.formatters with parameters of type TestTypeModifier and TypeMethodDescriptionTestCoverageFormatter.percentSteps(TestType testType) TestCoverageFormatter.percentTests(TestType testType) Constructors in net.thucydides.model.domain.formatters with parameters of type TestTypeModifierConstructorDescriptionFormattedCoverage(TestType testType) FormattedPercentageCoverage(TestType testType) FormattedPercentageStepCoverage(TestType testType) -
Uses of TestType in net.thucydides.model.reports
Fields in net.thucydides.model.reports declared as TestTypeMethods in net.thucydides.model.reports with parameters of type TestTypeModifier and TypeMethodDescriptionprotected intTestOutcomes.countTestsWithResult(TestResult expectedResult, TestType testType) longTestOutcomes.countWithResult(TestType expectedType, TestResult expectedResult) longTestOutcomes.countWithType(TestType expectedType) TestOutcomes.getFormattedPercentage(TestType testType) TestOutcomes.proportionalStepsOf(TestType testType) TestOutcomes.proportionOf(TestType testType) Constructors in net.thucydides.model.reports with parameters of type TestTypeModifierConstructorDescriptionOutcomeProportionCounter(TestType testType) OutcomeProportionStepCounter(TestType testType) TestOutcomeCounter(TestType testType) -
Uses of TestType in net.thucydides.model.requirements.reports
Methods in net.thucydides.model.requirements.reports with parameters of type TestTypeModifier and TypeMethodDescriptionRequirementOutcome.getFormattedPercentage(TestType testType) RequirementsOutcomes.getFormattedPercentage(TestType testType) RequirementOutcome.percentage(TestType testType) RequirementsOutcomes.proportionOf(TestType testType) Constructors in net.thucydides.model.requirements.reports with parameters of type TestTypeModifierConstructorDescriptionOutcomeCounter(TestType testType) RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests)