| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
TestTag |
TestAnnotations.convertToTestTag(WithTag withTag) |
| Modifier and Type | Method and Description |
|---|---|
List<TestTag> |
TestAnnotations.getTags() |
List<TestTag> |
TestAnnotations.getTagsForMethod(String methodName) |
| Modifier and Type | Method and Description |
|---|---|
TestTag |
TestTag.TestTagBuilder.andType(String type) |
static TestTag |
TestTag.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
TestOutcome.getTags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestOutcome.hasTag(TestTag tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.addTags(List<TestTag> tags) |
void |
TestOutcome.setTags(Set<TestTag> tags) |
| Constructor and Description |
|---|
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,
DataTable dataTable,
com.google.common.base.Optional<String> qualifier,
boolean manualTest) |
| Modifier and Type | Method and Description |
|---|---|
List<TestTag> |
TestOutcomes.getTags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestOutcomes.containsTag(TestTag testTag) |
TestOutcomes |
TestOutcomes.withTag(TestTag tag) |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomes |
TestOutcomes.withTags(List<TestTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<TestOutcome> |
TestOutcomeMatchers.havingTag(TestTag expectedTag) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
FileSystemRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) |
Set<TestTag> |
AnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Requirement> |
FileSystemRequirementsTagProvider.getRequirementFor(TestTag testTag) |
com.google.common.base.Optional<Requirement> |
RequirementsTagProvider.getRequirementFor(TestTag testTag) |
com.google.common.base.Optional<Requirement> |
AnnotationBasedTagProvider.getRequirementFor(TestTag testTag) |
| Modifier and Type | Method and Description |
|---|---|
TestTag |
Requirement.asTag() |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
TagProvider.getTagsFor(TestOutcome testOutcome)
Returns the tags associated with a given test outcome.
|
Set<TestTag> |
AnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) |
Set<TestTag> |
FeatureStoryTagProvider.getTagsFor(TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepEventBus.addTagsToCurrentStory(List<TestTag> tags) |
void |
BaseStepListener.addTagsToCurrentStory(List<TestTag> tags) |
void |
StepEventBus.addTagsToCurrentTest(List<TestTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
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.