Uses of Class
net.thucydides.core.model.TestTag
| Package | Description |
|---|---|
| net.serenitybdd.core.tags | |
| net.thucydides.core.adapters | |
| net.thucydides.core.adapters.legacy | |
| net.thucydides.core.annotations | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.featuretags | |
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.html | |
| net.thucydides.core.reports.matchers | |
| net.thucydides.core.requirements | |
| net.thucydides.core.requirements.classpath | |
| net.thucydides.core.requirements.model | |
| net.thucydides.core.requirements.reports | |
| net.thucydides.core.statistics.service | |
| net.thucydides.core.tags |
-
Uses of TestTag in net.serenitybdd.core.tags
Methods in net.serenitybdd.core.tags that return types with arguments of type TestTag Modifier and Type Method Description static java.util.List<TestTag>EnvironmentDefinedTags. definedIn(EnvironmentVariables environmentVariables) -
Uses of TestTag in net.thucydides.core.adapters
Methods in net.thucydides.core.adapters that return types with arguments of type TestTag Modifier and Type Method Description java.util.List<TestTag>JUnitStrategy. getTagsFor(java.lang.reflect.Method testMethod)java.util.List<TestTag>MultiStrategyAdapter. getTagsFor(java.lang.reflect.Method testMethod)java.util.List<TestTag>TestStrategyAdapter. getTagsFor(java.lang.reflect.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 Modifier and Type Method Description java.util.List<TestTag>DefaultJUnitAdapter. getTagsFor(java.lang.reflect.Method testMethod) -
Uses of TestTag in net.thucydides.core.annotations
Methods in net.thucydides.core.annotations that return TestTag Modifier and Type Method Description static TestTagTestAnnotations. convertToTestTag(WithTag withTag)Methods in net.thucydides.core.annotations that return types with arguments of type TestTag Modifier and Type Method Description java.util.List<TestTag>TestAnnotations. getAllTags()java.util.List<TestTag>TestAnnotations. getClassTags()static java.util.List<TestTag>TestAnnotations. getTagsForMethod(java.lang.reflect.Method method)java.util.List<TestTag>TestAnnotations. getTagsForMethod(java.lang.String methodName)Method parameters in net.thucydides.core.annotations with type arguments of type TestTag Modifier and Type Method Description static voidTestAnnotations. addTag(java.util.List<TestTag> tags, WithTag tagAnnotation)static voidTestAnnotations. addTags(java.util.List<TestTag> tags, WithTags tagSet)static voidTestAnnotations. addTagValues(java.util.List<TestTag> tags, WithTagValuesOf tagSet) -
Uses of TestTag in net.thucydides.core.model
Fields in net.thucydides.core.model declared as TestTag Modifier and Type Field Description static TestTagTestTag. EMPTY_TAGMethods in net.thucydides.core.model that return TestTag Modifier and Type Method Description TestTagTestTag.TestTagBuilder. andType(java.lang.String type)TestTagStory. asQualifiedTag()TestTagStory. asTag()TestTagRelease. getReleaseTag()TestTagTestTag. withDisplayName(java.lang.String displayName)static TestTagTestTag. withValue(java.lang.String value)Methods in net.thucydides.core.model that return types with arguments of type TestTag Modifier and Type Method Description java.util.Set<TestTag>TestOutcome. getAllTags()java.util.Optional<TestTag>TestOutcome. getFeatureTag()java.util.List<TestTag>DataSet. getTags()java.util.List<TestTag>DataSetDescriptor. getTags()java.util.Collection<TestTag>DataTable. getTags()java.util.Set<TestTag>TestOutcome. getTags()static java.util.Optional<TestTag>FeatureTagAsDefined. in(Story story, java.lang.String path)Methods in net.thucydides.core.model with parameters of type TestTag Modifier and Type Method Description voidTestOutcome. addTag(TestTag tag)intTestTag. compareTo(TestTag otherTag)booleanTestTags. containsTagMatching(TestTag specificTag)booleanTestOutcome. hasAMoreGeneralFormOfTag(TestTag specificTag)booleanTestOutcome. hasAMoreSpecificFormOfTag(TestTag generalTag)booleanTestOutcome. hasTag(TestTag tag)booleanTestTag. isAsOrMoreSpecificThan(TestTag testTag)TestOutcomeTestOutcome. withDataRowsfilteredbyTag(TestTag tag)Method parameters in net.thucydides.core.model with type arguments of type TestTag Modifier and Type Method Description voidDataSetDescriptor. addTags(java.util.List<TestTag> tags)voidTestOutcome. addTags(java.util.List<TestTag> tags)voidDataTable. addTagsToLatestDataSet(java.util.List<TestTag> tags)voidTestOutcome. addUserStoryFeatureTo(java.util.Set<TestTag> augmentedTags)DataTableDataTable. containingOnlyRowsWithTagsFrom(java.util.Collection<TestTag> filterTags)booleanTestTags. containsTagMatchingOneOf(java.util.Collection<TestTag> specificTags)java.util.List<TestStep>DataTable. filterStepsWithTagsFrom(java.util.List<TestStep> testSteps, java.util.Collection<TestTag> tags)static TestTagsTestTags. of(java.util.Collection<TestTag> tags)voidTestOutcome. setTags(java.util.Set<TestTag> tags)TestOutcomeTestOutcome. withDataRowsfilteredbyTagsFrom(java.util.Collection<TestTag> filterTags)TestOutcomeTestOutcome. withTags(java.util.Set<TestTag> tags)Constructors in net.thucydides.core.model with parameters of type TestTag Constructor Description Release(TestTag releaseTag)Release(TestTag releaseTag, java.util.List<Release> children, java.util.List<Release> parents, java.lang.String reportName)Constructor parameters in net.thucydides.core.model with type arguments of type TestTag Constructor Description DataSetDescriptor(int startRow, int rowCount, java.lang.String name, java.lang.String description, java.util.List<TestTag> tags)DataTable(java.util.List<java.lang.String> headers, java.util.List<DataTableRow> rows, boolean predefinedRows, java.lang.String scenarioOutline, java.util.List<DataSetDescriptor> dataSetDescriptors, java.util.concurrent.atomic.AtomicInteger currentRow, java.util.Collection<TestTag> tags)TestOutcome(java.time.ZonedDateTime startTime, long duration, java.lang.String title, java.lang.String description, java.lang.String name, java.lang.String id, java.lang.Class<?> testCase, java.util.List<TestStep> testSteps, java.util.List<java.lang.String> issues, java.util.List<java.lang.String> additionalIssues, java.util.List<CastMember> actors, java.util.Set<TestTag> tags, Story userStory, FailureCause testFailureCause, java.lang.String testFailureClassname, java.lang.String testFailureMessage, java.lang.String testFailureSummary, TestResult annotatedResult, DataTable dataTable, java.util.Optional<java.lang.String> qualifier, java.lang.String driver, boolean manualTest, boolean isManualTestingUpToDate, java.lang.String lastTested, java.util.List<java.lang.String> testEvidence, java.lang.String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, java.lang.String context)TestTags(java.util.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 TestTag Modifier and Type Method Description java.util.Optional<TestTag>FeatureFileStrategy. getFeatureTag(Story story, java.lang.String featureFilename)java.util.Optional<TestTag>FeatureTagStrategy. getFeatureTag(Story story, java.lang.String path)java.util.Optional<TestTag>NoFeatureStrategy. getFeatureTag(Story story, java.lang.String path)java.util.Optional<TestTag>StoryFileStrategy. getFeatureTag(Story story, java.lang.String featureFilename) -
Uses of TestTag in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return TestTag Modifier and Type Method Description TestTagTestOutcomes. getTestTag()Methods in net.thucydides.core.reports that return types with arguments of type TestTag Modifier and Type Method Description java.util.List<TestTag>TestOutcomes. getMostSpecificTagsOfType(java.lang.String tagType)java.util.List<TestTag>TestOutcomes. getTags()java.util.List<TestTag>TestOutcomes. getTagsOfType(java.lang.String tagType)java.util.List<TestTag>TestOutcomes. getTagsOfTypeExcluding(java.lang.String tagType, java.lang.String excludedTag)java.util.List<TestTag>TestOutcomes.TestOutcomeMatcher. list()Methods in net.thucydides.core.reports with parameters of type TestTag Modifier and Type Method Description booleanTestOutcomes. containsMatchingTag(TestTag containedTag)booleanTestOutcomes. containsTag(TestTag testTag)TestOutcomesTestOutcomes. withTag(TestTag tag)Method parameters in net.thucydides.core.reports with type arguments of type TestTag Modifier and Type Method Description TestOutcomesTestOutcomes. withTags(java.util.Collection<TestTag> tags)Constructors in net.thucydides.core.reports with parameters of type TestTag Constructor Description TestOutcomes(java.util.Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables)TestOutcomes(java.util.List<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.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 TestTag Modifier and Type Method Description java.util.Set<TestTag>TagFilter. removeHiddenTagsFrom(java.util.Set<TestTag> filteredTags)java.util.Set<TestTag>TagFilter. removeTagsOfType(java.util.Set<TestTag> tags, java.lang.String... redundantTagTypes)java.util.Set<TestTag>TagFilter. removeTagsWithName(java.util.Set<TestTag> tags, java.lang.String name)static java.util.Collection<TestTag>CucumberTagConverter. toSerenityTags(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)Methods in net.thucydides.core.reports.html with parameters of type TestTag Modifier and Type Method Description java.lang.StringReportNameProvider. forRequirement(TestTag tag)java.lang.StringReportNameProvider. forRequirementOrTag(TestTag tag)java.lang.StringReportNameProvider. forTag(TestTag tag)ReportNameProviderReportNameProvider. withPrefix(TestTag tag)Method parameters in net.thucydides.core.reports.html with type arguments of type TestTag Modifier and Type Method Description booleanCucumberCompatibleFilter. matchesTags(java.util.List<TestTag> testTags)java.util.Set<TestTag>TagFilter. removeHiddenTagsFrom(java.util.Set<TestTag> filteredTags)java.util.Set<TestTag>TagFilter. removeTagsOfType(java.util.Set<TestTag> tags, java.lang.String... redundantTagTypes)java.util.Set<TestTag>TagFilter. removeTagsWithName(java.util.Set<TestTag> tags, java.lang.String name)static java.util.List<java.lang.String>CucumberTagConverter. toStrings(java.util.Collection<TestTag> tags) -
Uses of TestTag in net.thucydides.core.reports.matchers
Methods in net.thucydides.core.reports.matchers with parameters of type TestTag Modifier and Type Method Description static org.hamcrest.Matcher<TestOutcome>TestOutcomeMatchers. havingTag(TestTag expectedTag) -
Uses of TestTag in net.thucydides.core.requirements
Methods in net.thucydides.core.requirements that return types with arguments of type TestTag Modifier and Type Method Description java.util.Set<TestTag>FileSystemRequirementsTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>PackageAnnotationBasedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>PackageRequirementsTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Collection<TestTag>BaseRequirementsService. getTagsOfType(java.util.List<java.lang.String> tagTypes)java.util.Collection<TestTag>RequirementsService. getTagsOfType(java.util.List<java.lang.String> tagTypes)Methods in net.thucydides.core.requirements with parameters of type TestTag Modifier and Type Method Description booleanBaseRequirementsService. containsEmptyRequirementWithTag(TestTag tag)booleanRequirementsService. containsEmptyRequirementWithTag(TestTag tag)java.util.Optional<Requirement>BaseRequirementsService. getRequirementFor(TestTag tag)java.util.Optional<Requirement>FileSystemRequirementsTagProvider. getRequirementFor(TestTag testTag)java.util.Optional<Requirement>PackageAnnotationBasedTagProvider. getRequirementFor(TestTag testTag)java.util.Optional<Requirement>PackageRequirementsTagProvider. getRequirementFor(TestTag testTag)java.util.Optional<Requirement>RequirementsService. getRequirementFor(TestTag tag)java.util.Optional<Requirement>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 TestTag Modifier and Type Method Description static java.util.List<TestTag>AnnotatedTags. forClassDefinedInPath(java.lang.String path)static java.util.Map<java.lang.String,java.util.Collection<TestTag>>AnnotatedTags. forTestMethodsDefinedInPath(java.lang.String path) -
Uses of TestTag in net.thucydides.core.requirements.model
Methods in net.thucydides.core.requirements.model that return TestTag Modifier and Type Method Description TestTagRequirement. asTag()TestTagRequirement. asUnqualifiedTag()Methods in net.thucydides.core.requirements.model that return types with arguments of type TestTag Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Collection<TestTag>>Narrative. getScenarioTags()java.util.Map<java.lang.String,java.util.Collection<TestTag>>Requirement. getScenarioTags()java.util.List<TestTag>Narrative. getTags()java.util.List<TestTag>Requirement. getTags()java.util.Collection<TestTag>Requirement. tagsOfType(java.util.List<java.lang.String> tagTypes)Methods in net.thucydides.core.requirements.model with parameters of type TestTag Modifier and Type Method Description booleanRequirement. hasTag(TestTag tag)booleanRequirement. matchesTag(TestTag testTag)Method parameters in net.thucydides.core.requirements.model with type arguments of type TestTag Modifier and Type Method Description RequirementRequirement. withScenarioTags(java.util.Map<java.lang.String,java.util.Collection<TestTag>> scenarioTags)RequirementRequirement. withTags(java.util.List<TestTag> tags)Constructor parameters in net.thucydides.core.requirements.model with type arguments of type TestTag Constructor Description Narrative(java.util.Optional<java.lang.String> title, java.util.Optional<java.lang.String> id, java.util.Optional<java.lang.String> cardNumber, java.util.List<java.lang.String> versionNumbers, java.lang.String type, java.lang.String text, java.util.List<TestTag> tags, java.util.List<java.lang.String> scenarios, java.util.Map<java.lang.String,java.util.Collection<TestTag>> scenarioTags)Requirement(java.lang.String name, java.lang.String id, java.lang.String displayName, java.lang.String cardNumber, java.lang.String parent, java.lang.String type, java.lang.String path, CustomFieldValue narrative, java.util.List<Requirement> children, java.util.List<Example> examples, java.util.List<java.lang.String> releaseVersions, java.util.List<CustomFieldValue> customFields, java.lang.String featureFileName, java.util.List<TestTag> tags, java.util.Map<java.lang.String,java.util.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 TestTag Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Collection<TestTag>>ScenarioOutcome. getExampleTags()java.util.Map<java.lang.String,java.util.Collection<TestTag>>ScenarioSummaryOutcome. getExampleTags()java.util.Map<java.lang.String,java.util.Collection<TestTag>>SingleScenarioOutcome. getExampleTags()java.util.Set<TestTag>ScenarioOutcome. getTags()java.util.Set<TestTag>ScenarioSummaryOutcome. getTags()java.util.Set<TestTag>SingleScenarioOutcome. getTags()Constructor parameters in net.thucydides.core.requirements.reports with type arguments of type TestTag Constructor Description ScenarioSummaryOutcome(java.lang.String name, java.lang.String type, TestResult result, java.util.List<java.lang.String> reportBadges, java.lang.String scenarioReport, java.lang.String description, java.util.List<java.lang.String> steps, java.util.List<java.lang.String> examples, int exampleCount, java.lang.Boolean isManual, java.lang.String parentName, java.lang.String parentReport, java.util.Set<TestTag> tags, java.util.Map<java.lang.String,java.util.Collection<TestTag>> exampleTags, Rule rule, java.time.ZonedDateTime startTime, java.lang.Long duration)ScenarioSummaryOutcome(java.lang.String name, java.lang.String type, TestResult result, java.util.List<java.lang.String> reportBadges, java.lang.String scenarioReport, java.lang.String description, java.util.List<java.lang.String> steps, java.util.List<java.lang.String> examples, int exampleCount, java.lang.Boolean isManual, java.lang.String parentName, java.lang.String parentReport, java.util.Set<TestTag> tags, java.util.Map<java.lang.String,java.util.Collection<TestTag>> exampleTags, Rule rule, java.time.ZonedDateTime startTime, java.lang.Long duration)SingleScenarioOutcome(java.lang.String name, java.lang.String simplifiedName, java.lang.String type, TestResult result, java.lang.String scenarioReport, java.time.ZonedDateTime startTime, java.lang.Long duration, java.lang.Boolean manual, java.lang.String description, java.util.List<java.lang.String> steps, java.util.List<java.lang.String> examples, int exampleCount, java.lang.String parentName, java.lang.String parentReport, java.util.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 TestTag Modifier and Type Method Description java.util.Set<TestTag>AnnotationBasedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>ContextTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>FeatureStoryTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>InjectedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>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 TestTag Modifier and Type Method Description static TestTagTagConverters. convertToTestTag(WithTag withTag)Methods in net.thucydides.core.tags that return types with arguments of type TestTag Modifier and Type Method Description java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(java.util.Collection<TestTag> tags)java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(TestOutcome testOutcome)java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(TestTag tag)java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(RequirementsOutcomes requirementsOutcomes)java.util.Optional<TestTag>BreadcrumbTagFilter.RequirementTagFilter. in(java.util.Collection<TestTag> tags)Methods in net.thucydides.core.tags with parameters of type TestTag Modifier and Type Method Description java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(TestTag tag)booleanBreadcrumbTagFilter. isRequirementTag(TestTag tag)Method parameters in net.thucydides.core.tags with type arguments of type TestTag Modifier and Type Method Description java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(java.util.Collection<TestTag> tags)java.util.Optional<TestTag>BreadcrumbTagFilter.RequirementTagFilter. in(java.util.Collection<TestTag> tags)