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.statistics.service   
 

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)
           
static TestTag TestTag.withValue(String value)
           
 

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

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

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

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()
           
 

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.statistics.service
 

Methods in net.thucydides.core.statistics.service that return types with arguments of type TestTag
 Set<TestTag> TagProvider.getTagsFor(TestOutcome testOutcome)
           
 Set<TestTag> FeatureStoryTagProvider.getTagsFor(TestOutcome testOutcome)
           
 Set<TestTag> AnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome)
           
 



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