Uses of Class
net.thucydides.core.model.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.core.tags
Methods in net.serenitybdd.core.tags that return types with arguments of type TestTagModifier and TypeMethodDescriptionEnvironmentDefinedTags.definedIn(EnvironmentVariables environmentVariables) -
Uses of TestTag in net.thucydides.core.adapters
Methods in net.thucydides.core.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.core.adapters.legacy
Methods in net.thucydides.core.adapters.legacy that return types with arguments of type TestTag -
Uses of TestTag in net.thucydides.core.annotations
Methods in net.thucydides.core.annotations that return TestTagModifier and TypeMethodDescriptionstatic TestTagTestAnnotations.convertToTestTag(WithTag withTag) Methods in net.thucydides.core.annotations that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestAnnotations.getAllTags()TestAnnotations.getClassTags()TestAnnotations.getTagsForMethod(String methodName) Method parameters in net.thucydides.core.annotations with type arguments of type TestTag -
Uses of TestTag in net.thucydides.core.model
Fields in net.thucydides.core.model declared as TestTagMethods in net.thucydides.core.model that return TestTagModifier and TypeMethodDescriptionStory.asQualifiedTag()Story.asTag()Release.getReleaseTag()TestTag.withDisplayName(String displayName) static TestTagMethods in net.thucydides.core.model that return types with arguments of type TestTagModifier and TypeMethodDescriptionTestOutcome.getAllTags()TestOutcome.getFeatureTag()DataSet.getTags()DataSetDescriptor.getTags()DataTable.getTags()TestOutcome.getTags()Methods in net.thucydides.core.model with parameters of type TestTagModifier and TypeMethodDescriptionvoidintbooleanTestTags.containsTagMatching(TestTag specificTag) booleanTestOutcome.hasAMoreGeneralFormOfTag(TestTag specificTag) booleanTestOutcome.hasAMoreSpecificFormOfTag(TestTag generalTag) booleanbooleanTestTag.isAsOrMoreSpecificThan(TestTag testTag) TestOutcome.withDataRowsfilteredbyTag(TestTag tag) Method parameters in net.thucydides.core.model 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) static TestTagsTestTags.of(Collection<TestTag> tags) voidTestOutcome.withDataRowsfilteredbyTagsFrom(Collection<TestTag> filterTags) Constructors in net.thucydides.core.model with parameters of type TestTagModifierConstructorDescriptionConstructor parameters in net.thucydides.core.model 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, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, 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) TestTags(Collection<TestTag> tags) -
Uses of TestTag in net.thucydides.core.model.featuretags
Methods in net.thucydides.core.model.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.core.reports
Methods in net.thucydides.core.reports that return TestTagMethods in net.thucydides.core.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.core.reports with parameters of type TestTagModifier and TypeMethodDescriptionbooleanTestOutcomes.containsMatchingTag(TestTag containedTag) booleanTestOutcomes.containsTag(TestTag testTag) Method parameters in net.thucydides.core.reports with type arguments of type TestTagConstructors in net.thucydides.core.reports with parameters of type TestTagModifierConstructorDescriptionprotectedTestOutcomes(Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables) protectedTestOutcomes(List<? extends TestOutcome> outcomes, double estimatedAverageStepCount, String label, TestTag tag) -
Uses of TestTag in net.thucydides.core.reports.html
Methods in net.thucydides.core.reports.html that return types with arguments of type TestTagModifier and TypeMethodDescriptionTagFilter.removeHiddenTagsFrom(Set<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.Messages.GherkinDocument.Feature.Tag> tags) Methods in net.thucydides.core.reports.html with parameters of type TestTagModifier and TypeMethodDescriptionReportNameProvider.forRequirement(TestTag tag) ReportNameProvider.forRequirementOrTag(TestTag tag) ReportNameProvider.withPrefix(TestTag tag) Method parameters in net.thucydides.core.reports.html with type arguments of type TestTagModifier and TypeMethodDescriptionbooleanCucumberCompatibleFilter.matchesTags(List<TestTag> testTags) TagFilter.removeHiddenTagsFrom(Set<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.core.reports.matchers
Methods in net.thucydides.core.reports.matchers with parameters of type TestTag -
Uses of TestTag in net.thucydides.core.requirements
Methods in net.thucydides.core.requirements that return types with arguments of type TestTagModifier and TypeMethodDescriptionFileSystemRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) PackageAnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) PackageRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) BaseRequirementsService.getTagsOfType(List<String> tagTypes) RequirementsService.getTagsOfType(List<String> tagTypes) Methods in net.thucydides.core.requirements with parameters of type TestTagModifier and TypeMethodDescriptionbooleanBaseRequirementsService.containsEmptyRequirementWithTag(TestTag tag) booleanRequirementsService.containsEmptyRequirementWithTag(TestTag tag) BaseRequirementsService.getRequirementFor(TestTag tag) FileSystemRequirementsTagProvider.getRequirementFor(TestTag testTag) PackageAnnotationBasedTagProvider.getRequirementFor(TestTag testTag) PackageRequirementsTagProvider.getRequirementFor(TestTag testTag) RequirementsService.getRequirementFor(TestTag tag) RequirementsTagProvider.getRequirementFor(TestTag testTag) booleanBaseRequirementsService.isRequirementsTag(TestTag tag) booleanRequirementsService.isRequirementsTag(TestTag tag) -
Uses of TestTag in net.thucydides.core.requirements.classpath
Methods in net.thucydides.core.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.core.requirements.model
Methods in net.thucydides.core.requirements.model that return TestTagMethods in net.thucydides.core.requirements.model that return types with arguments of type TestTagModifier and TypeMethodDescriptionNarrative.getScenarioTags()Requirement.getScenarioTags()Narrative.getTags()Requirement.getTags()Requirement.tagsOfType(List<String> tagTypes) Methods in net.thucydides.core.requirements.model with parameters of type TestTagMethod parameters in net.thucydides.core.requirements.model with type arguments of type TestTagModifier and TypeMethodDescriptionRequirement.withScenarioTags(Map<String, Collection<TestTag>> scenarioTags) Constructor parameters in net.thucydides.core.requirements.model with type arguments of type TestTagModifierConstructorDescriptionNarrative(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) protectedRequirement(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) -
Uses of TestTag in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports that return types with arguments of type TestTagModifier and TypeMethodDescriptionScenarioOutcome.getExampleTags()ScenarioSummaryOutcome.getExampleTags()SingleScenarioOutcome.getExampleTags()ScenarioOutcome.getTags()ScenarioSummaryOutcome.getTags()SingleScenarioOutcome.getTags()Constructor parameters in net.thucydides.core.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, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration) ScenarioSummaryOutcome(String name, String type, TestResult result, List<String> reportBadges, String scenarioReport, String description, List<String> steps, List<String> examples, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration) 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) -
Uses of TestTag in net.thucydides.core.statistics.service
Methods in net.thucydides.core.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.core.tags
Methods in net.thucydides.core.tags that return TestTagMethods in net.thucydides.core.tags that return types with arguments of type TestTagModifier and TypeMethodDescriptionBreadcrumbTagFilter.getRequirementBreadcrumbsFrom(Collection<TestTag> tags) BreadcrumbTagFilter.getRequirementBreadcrumbsFrom(TestOutcome testOutcome) BreadcrumbTagFilter.getRequirementBreadcrumbsFrom(TestTag tag) BreadcrumbTagFilter.getRequirementBreadcrumbsFrom(RequirementsOutcomes requirementsOutcomes) BreadcrumbTagFilter.RequirementTagFilter.in(Collection<TestTag> tags) Methods in net.thucydides.core.tags with parameters of type TestTagModifier and TypeMethodDescriptionBreadcrumbTagFilter.getRequirementBreadcrumbsFrom(TestTag tag) booleanBreadcrumbTagFilter.isRequirementTag(TestTag tag) Method parameters in net.thucydides.core.tags with type arguments of type TestTagModifier and TypeMethodDescriptionBreadcrumbTagFilter.getRequirementBreadcrumbsFrom(Collection<TestTag> tags) BreadcrumbTagFilter.RequirementTagFilter.in(Collection<TestTag> tags)