Uses of Class
net.thucydides.model.domain.TestTag
Packages that use TestTag
Package
Description
The Thucydides domain model, which represents acceptance test runs.
Thucydides generates reports in HTML and XML by default.
-
Uses of TestTag in net.serenitybdd.annotations
Methods in net.serenitybdd.annotations that return TestTagModifier and TypeMethodDescriptionstatic TestTagTestAnnotations.convertToTestTag(WithTag withTag) Methods in net.serenitybdd.annotations that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestAnnotations.getAllTags()TestAnnotations.getClassTags()TestAnnotations.getTagsForMethod(Method method) TestAnnotations.getTagsForMethod(String methodName) Method parameters in net.serenitybdd.annotations with type arguments of type TestTag -
Uses of TestTag in net.serenitybdd.model.tags
Methods in net.serenitybdd.model.tags that return types with arguments of type TestTagModifier and TypeMethodDescriptionEnvironmentDefinedTags.definedIn(EnvironmentVariables environmentVariables) -
Uses of TestTag in net.thucydides.model.adapters
Methods in net.thucydides.model.adapters that return types with arguments of type TestTagModifier and TypeMethodDescriptionJUnitStrategy.getTagsFor(Method testMethod) MultiStrategyAdapter.getTagsFor(Method testMethod) TestStrategyAdapter.getTagsFor(Method testMethod) -
Uses of TestTag in net.thucydides.model.adapters.legacy
Methods in net.thucydides.model.adapters.legacy that return types with arguments of type TestTag -
Uses of TestTag in net.thucydides.model.domain
Fields in net.thucydides.model.domain declared as TestTagMethods in net.thucydides.model.domain that return TestTagModifier and TypeMethodDescriptionStory.asQualifiedTag()Story.asSingleParentTag()Story.asTag()Release.getReleaseTag()TestTag.withDisplayName(String displayName) static TestTagMethods in net.thucydides.model.domain that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestOutcome.getAllTags()TestOutcome.getFeatureTag()DataSet.getTags()DataSetDescriptor.getTags()DataTable.getTags()Rule.getTags()TestOutcome.getTags()Methods in net.thucydides.model.domain with parameters of type TestTagModifier and TypeMethodDescriptionvoidintbooleanTestTags.containsTagMatching(TestTag specificTag) RequirementCache.getRequirementsByTag(TestTag testTag, Function<TestTag, Requirement> requirementFinder) RequirementCache.getRequirementsByTag(TestTag testTag, Function<TestTag, Requirement> requirementFinder, boolean forceLoad) booleanTestOutcome.hasAMoreGeneralFormOfTag(TestTag specificTag) booleanTestOutcome.hasAMoreSpecificFormOfTag(TestTag generalTag) TestTagCache.hasMatchingTag(TestOutcome outcome, TestTag tag) booleanbooleanTestTag.isAsOrMoreSpecificThan(TestTag testTag) static voidTestTagCache.storeMatchingTagResult(TestOutcome outcome, TestTag tag, boolean matchFound) TestOutcome.withDataRowsfilteredbyTag(TestTag tag) Method parameters in net.thucydides.model.domain with type arguments of type TestTagModifier and TypeMethodDescriptionvoidvoidvoidDataTable.addTagsToLatestDataSet(List<TestTag> tags) voidTestOutcome.addUserStoryFeatureTo(Set<TestTag> augmentedTags) DataTable.containingOnlyRowsWithTagsFrom(Collection<TestTag> filterTags) booleanTestTags.containsTagMatchingOneOf(Collection<TestTag> specificTags) DataTable.filterStepsWithTagsFrom(List<TestStep> testSteps, Collection<TestTag> tags) RequirementCache.getRequirementsByTag(TestTag testTag, Function<TestTag, Requirement> requirementFinder) RequirementCache.getRequirementsByTag(TestTag testTag, Function<TestTag, Requirement> requirementFinder, boolean forceLoad) static TestTagsTestTags.of(Collection<TestTag> tags) voidTestOutcome.withDataRowsfilteredbyTagsFrom(Collection<TestTag> filterTags) Constructors in net.thucydides.model.domain with parameters of type TestTagModifierConstructorDescriptionprotectedTestOutcome(ZonedDateTime startTime, long duration, String title, String description, String name, String id, String scenarioId, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, TestTag featureTag, Story userStory, FailureCause testFailureCause, String testFailureClassname, String testFailureMessage, String testFailureSummary, TestResult annotatedResult, DataTable dataTable, Optional<String> qualifier, String driver, boolean manualTest, boolean isManualTestingUpToDate, String lastTested, List<String> testEvidence, String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, String context, String testSource, String testOutlineName) Constructor parameters in net.thucydides.model.domain with type arguments of type TestTagModifierConstructorDescriptionDataSetDescriptor(int startRow, int rowCount, String name, String description, List<TestTag> tags) protectedDataTable(List<String> headers, List<DataTableRow> rows, boolean predefinedRows, String scenarioOutline, List<DataSetDescriptor> dataSetDescriptors, AtomicInteger currentRow, Collection<TestTag> tags) protectedTestOutcome(ZonedDateTime startTime, long duration, String title, String description, String name, String id, String scenarioId, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, TestTag featureTag, Story userStory, FailureCause testFailureCause, String testFailureClassname, String testFailureMessage, String testFailureSummary, TestResult annotatedResult, DataTable dataTable, Optional<String> qualifier, String driver, boolean manualTest, boolean isManualTestingUpToDate, String lastTested, List<String> testEvidence, String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, String context, String testSource, String testOutlineName) TestTags(Collection<TestTag> tags) -
Uses of TestTag in net.thucydides.model.domain.featuretags
Methods in net.thucydides.model.domain.featuretags that return types with arguments of type TestTagModifier and TypeMethodDescriptionFeatureFileStrategy.getFeatureTag(Story story, String featureFilename) FeatureTagStrategy.getFeatureTag(Story story, String path) NoFeatureStrategy.getFeatureTag(Story story, String path) StoryFileStrategy.getFeatureTag(Story story, String featureFilename) -
Uses of TestTag in net.thucydides.model.reports
Methods in net.thucydides.model.reports that return TestTagMethods in net.thucydides.model.reports that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestOutcomes.getMostSpecificTagsOfType(String tagType) TestOutcomes.getTags()TestOutcomes.getTagsOfType(String tagType) TestOutcomes.getTagsOfTypeExcluding(String tagType, String excludedTag) TestOutcomes.TestOutcomeMatcher.list()Methods in net.thucydides.model.reports with parameters of type TestTagModifier and TypeMethodDescriptionbooleanTestOutcomes.containsMatchingTag(TestTag containedTag) booleanTestOutcomes.containsTag(TestTag testTag) Method parameters in net.thucydides.model.reports with type arguments of type TestTagConstructors in net.thucydides.model.reports with parameters of type TestTagModifierConstructorDescriptionprotectedTestOutcomes(Collection<? extends TestOutcome> outcomes, String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables) protectedTestOutcomes(List<? extends TestOutcome> outcomes, String label, TestTag tag) -
Uses of TestTag in net.thucydides.model.reports.html
Methods in net.thucydides.model.reports.html that return types with arguments of type TestTagModifier and TypeMethodDescriptionTagFilter.removeHiddenTagsFrom(Collection<TestTag> filteredTags) TagFilter.removeTagsOfType(Set<TestTag> tags, String... redundantTagTypes) TagFilter.removeTagsWithName(Set<TestTag> tags, String name) static Collection<TestTag> CucumberTagConverter.toSerenityTags(List<io.cucumber.messages.types.Tag> tags) Methods in net.thucydides.model.reports.html with parameters of type TestTagModifier and TypeMethodDescriptionbooleanTagExclusions.doNotExclude(TestTag tag) ReportNameProvider.forRequirement(TestTag tag) ReportNameProvider.forRequirementOrTag(TestTag tag) booleanbooleanTagFilter.shouldDisplayTag(TestTag tag) ReportNameProvider.withPrefix(TestTag tag) Method parameters in net.thucydides.model.reports.html with type arguments of type TestTagModifier and TypeMethodDescriptionbooleanCucumberCompatibleFilter.matchesTags(List<TestTag> testTags) TagFilter.removeHiddenTagsFrom(Collection<TestTag> filteredTags) TagFilter.removeTagsOfType(Set<TestTag> tags, String... redundantTagTypes) TagFilter.removeTagsWithName(Set<TestTag> tags, String name) CucumberTagConverter.toStrings(Collection<TestTag> tags) -
Uses of TestTag in net.thucydides.model.reports.matchers
Methods in net.thucydides.model.reports.matchers with parameters of type TestTag -
Uses of TestTag in net.thucydides.model.requirements
Methods in net.thucydides.model.requirements that return types with arguments of type TestTagModifier and TypeMethodDescriptionFileSystemRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) PackageAnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) PackageRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) Deprecated.TestOutcomeRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) BaseRequirementsService.getTagsOfType(List<String> tagTypes) RequirementsService.getTagsOfType(List<String> tagTypes) Methods in net.thucydides.model.requirements with parameters of type TestTagModifier and TypeMethodDescriptionbooleanBaseRequirementsService.containsEmptyRequirementWithTag(TestTag tag) booleanRequirementsService.containsEmptyRequirementWithTag(TestTag tag) FileSystemRequirementsTagProvider.findRequirementByTag(TestTag testTag) BaseRequirementsService.getRequirementFor(TestTag tag) FileSystemRequirementsTagProvider.getRequirementFor(TestTag testTag) PackageAnnotationBasedTagProvider.getRequirementFor(TestTag testTag) PackageRequirementsTagProvider.getRequirementFor(TestTag testTag) Deprecated.RequirementsService.getRequirementFor(TestTag tag) RequirementsTagProvider.getRequirementFor(TestTag testTag) TestOutcomeRequirementsTagProvider.getRequirementFor(TestTag testTag) booleanBaseRequirementsService.isRequirementsTag(TestTag tag) booleanRequirementsService.isRequirementsTag(TestTag tag) -
Uses of TestTag in net.thucydides.model.requirements.classpath
Methods in net.thucydides.model.requirements.classpath that return types with arguments of type TestTagModifier and TypeMethodDescriptionAnnotatedTags.forClassDefinedInPath(String path) static Map<String, Collection<TestTag>> AnnotatedTags.forTestMethodsDefinedInPath(String path) -
Uses of TestTag in net.thucydides.model.requirements.model
Methods in net.thucydides.model.requirements.model that return TestTagModifier and TypeMethodDescriptionRequirement.asDisplayTag()Requirement.asTag()Requirement.asUnqualifiedTag()Methods in net.thucydides.model.requirements.model that return types with arguments of type TestTagModifier and TypeMethodDescriptionRequirement.getAggregateTags()Requirement.getScenarioTags()RequirementDefinition.getScenarioTags()Requirement.getTags()RequirementDefinition.getTags()Requirement.tagsOfType(List<String> tagTypes) Methods in net.thucydides.model.requirements.model with parameters of type TestTagMethod parameters in net.thucydides.model.requirements.model with type arguments of type TestTagModifier and TypeMethodDescriptionRequirement.withScenarioTags(Map<String, Collection<TestTag>> scenarioTags) Constructor parameters in net.thucydides.model.requirements.model with type arguments of type TestTagModifierConstructorDescriptionprotectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, String path, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions, List<CustomFieldValue> customFields, String featureFileName, List<TestTag> tags, Map<String, Collection<TestTag>> scenarioTags, boolean containsNoScenarios, FeatureBackgroundNarrative background) RequirementDefinition(Optional<String> title, Optional<String> id, Optional<String> cardNumber, List<String> versionNumbers, String type, String text, List<TestTag> tags, List<String> scenarios, Map<String, Collection<TestTag>> scenarioTags) -
Uses of TestTag in net.thucydides.model.requirements.reports
Methods in net.thucydides.model.requirements.reports that return types with arguments of type TestTagModifier and TypeMethodDescriptionScenarioOutcome.getExampleTags()ScenarioSummaryOutcome.getExampleTags()SingleScenarioOutcome.getExampleTags()ScenarioOutcome.getFilteredTags()ScenarioOutcome.getScenarioTags()ScenarioSummaryOutcome.getScenarioTags()SingleScenarioOutcome.getScenarioTags()ScenarioOutcome.getTags()ScenarioSummaryOutcome.getTags()SingleScenarioOutcome.getTags()Constructor parameters in net.thucydides.model.requirements.reports with type arguments of type TestTagModifierConstructorDescriptionScenarioSummaryOutcome(String name, String type, TestResult result, List<String> reportBadges, String scenarioReport, String description, List<String> steps, List<String> examples, List<ExampleOutcome> exampleOutcomes, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration, Collection<TestTag> scenarioTags, String context) ScenarioSummaryOutcome(String name, String type, TestResult result, List<String> reportBadges, String scenarioReport, String description, List<String> steps, List<String> examples, List<ExampleOutcome> exampleOutcomes, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration, Collection<TestTag> scenarioTags, String context) ScenarioSummaryOutcome(String name, String type, TestResult result, List<String> reportBadges, String scenarioReport, String description, List<String> steps, List<String> examples, List<ExampleOutcome> exampleOutcomes, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration, Collection<TestTag> scenarioTags, String context) SingleScenarioOutcome(String name, String simplifiedName, String type, TestResult result, String scenarioReport, ZonedDateTime startTime, Long duration, Boolean manual, String description, List<String> steps, List<String> examples, int exampleCount, String parentName, String parentReport, Set<TestTag> tags, Rule rule, ExternalLink externalLink, Collection<TestTag> scenarioTags, String context) SingleScenarioOutcome(String name, String simplifiedName, String type, TestResult result, String scenarioReport, ZonedDateTime startTime, Long duration, Boolean manual, String description, List<String> steps, List<String> examples, int exampleCount, String parentName, String parentReport, Set<TestTag> tags, Rule rule, ExternalLink externalLink, Collection<TestTag> scenarioTags, String context) -
Uses of TestTag in net.thucydides.model.statistics.service
Methods in net.thucydides.model.statistics.service that return types with arguments of type TestTagModifier and TypeMethodDescriptionAnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) ContextTagProvider.getTagsFor(TestOutcome testOutcome) FeatureStoryTagProvider.getTagsFor(TestOutcome testOutcome) InjectedTagProvider.getTagsFor(TestOutcome testOutcome) TagProvider.getTagsFor(TestOutcome testOutcome) Returns the tags associated with a given test outcome. -
Uses of TestTag in net.thucydides.model.tags
Methods in net.thucydides.model.tags that return TestTagMethods in net.thucydides.model.tags that return types with arguments of type TestTagModifier and TypeMethodDescriptionBreadcrumbTagFilter.getRequirementBreadcrumbsFrom(TestOutcome testOutcome) BreadcrumbTagFilter.getRequirementBreadcrumbsFrom(RequirementsOutcomes requirementsOutcomes)