Uses of Class
net.thucydides.core.model.TestTag

Packages that use TestTag
net.thucydides.core.annotations Thucydides annotations. 
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.matchers   
net.thucydides.core.requirements An application is designed to deliver a number of high-level capabilities. 
net.thucydides.core.requirements.model   
net.thucydides.core.statistics.service   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.tags   
 

Uses of TestTag in net.thucydides.core.annotations
 

Methods in net.thucydides.core.annotations that return TestTag
 TestTag TestAnnotations.convertToTestTag(WithTag withTag)
           
 

Methods in net.thucydides.core.annotations that return types with arguments of type TestTag
 List<TestTag> TestAnnotations.getTags()
           
 List<TestTag> TestAnnotations.getTagsForMethod(String methodName)
           
 

Uses of TestTag in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestTag
 TestTag TestTag.TestTagBuilder.andType(String type)
           
 TestTag Release.getReleaseTag()
           
static TestTag TestTag.withValue(String value)
           
 

Methods in net.thucydides.core.model that return types with arguments of type TestTag
 Set<TestTag> TestOutcome.getTags()
           
 

Methods in net.thucydides.core.model with parameters of type TestTag
 boolean TestOutcome.hasTag(TestTag tag)
           
 

Method parameters in net.thucydides.core.model with type arguments of type TestTag
 void TestOutcome.addTags(List<TestTag> tags)
           
 void TestOutcome.setTags(Set<TestTag> tags)
           
 

Constructors in net.thucydides.core.model with parameters of type TestTag
Release(TestTag releaseTag)
           
Release(TestTag releaseTag, List<Release> children, List<Release> parents, String reportName)
           
 

Constructor parameters in net.thucydides.core.model with type arguments of type TestTag
TestOutcome(long startTime, long duration, String title, String description, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, Set<TestTag> tags, Story userStory, Throwable testFailureCause, TestResult annotatedResult, DataTable dataTable, com.google.common.base.Optional<String> qualifier, boolean manualTest)
           
 

Uses of TestTag in net.thucydides.core.reports
 

Methods in net.thucydides.core.reports that return types with arguments of type TestTag
 List<TestTag> TestOutcomes.getTags()
           
 List<TestTag> TestOutcomes.TestOutcomeMatcher.list()
           
 

Methods in net.thucydides.core.reports with parameters of type TestTag
 boolean TestOutcomes.containsTag(TestTag testTag)
           
 TestOutcomes TestOutcomes.withTag(TestTag tag)
           
 

Method parameters in net.thucydides.core.reports with type arguments of type TestTag
 TestOutcomes TestOutcomes.withTags(List<TestTag> tags)
           
 

Uses of TestTag in net.thucydides.core.reports.matchers
 

Methods in net.thucydides.core.reports.matchers with parameters of type TestTag
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
 Set<TestTag> FileSystemRequirementsTagProvider.getTagsFor(TestOutcome testOutcome)
           
 Set<TestTag> AnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome)
           
 

Methods in net.thucydides.core.requirements with parameters of type TestTag
 com.google.common.base.Optional<Requirement> RequirementsTagProvider.getRequirementFor(TestTag testTag)
           
 com.google.common.base.Optional<Requirement> RequirementsServiceImplementation.getRequirementFor(TestTag tag)
           
 com.google.common.base.Optional<Requirement> RequirementsService.getRequirementFor(TestTag tag)
           
 com.google.common.base.Optional<Requirement> FileSystemRequirementsTagProvider.getRequirementFor(TestTag testTag)
           
 com.google.common.base.Optional<Requirement> AnnotationBasedTagProvider.getRequirementFor(TestTag testTag)
           
 

Uses of TestTag in net.thucydides.core.requirements.model
 

Methods in net.thucydides.core.requirements.model that return TestTag
 TestTag Requirement.asTag()
           
 

Uses of TestTag in net.thucydides.core.statistics.service
 

Methods in net.thucydides.core.statistics.service that return types with arguments of type TestTag
 Set<TestTag> TagProvider.getTagsFor(TestOutcome testOutcome)
          Returns the tags associated with a given test outcome.
 Set<TestTag> FeatureStoryTagProvider.getTagsFor(TestOutcome testOutcome)
           
 Set<TestTag> AnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome)
           
 

Uses of TestTag in net.thucydides.core.steps
 

Method parameters in net.thucydides.core.steps with type arguments of type TestTag
 void StepEventBus.addTagsToCurrentStory(List<TestTag> tags)
           
 void BaseStepListener.addTagsToCurrentStory(List<TestTag> tags)
           
 void StepEventBus.addTagsToCurrentTest(List<TestTag> tags)
           
 

Uses of TestTag in net.thucydides.core.tags
 

Methods in net.thucydides.core.tags that return types with arguments of type TestTag
static ch.lambdaj.function.convert.Converter<Object,TestTag> TagConverters.fromStringValuesToTestTags()
           
static ch.lambdaj.function.convert.Converter<Object,TestTag> TagConverters.toTestTags()
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.