| 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.html |
XML Report generation.
|
| 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 | Field and Description |
|---|---|
static TestTag |
TestTag.EMPTY_TAG |
| Modifier and Type | Method and Description |
|---|---|
TestTag |
TestTag.TestTagBuilder.andType(String type) |
TestTag |
Release.getReleaseTag() |
static TestTag |
TestTag.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
TestOutcome.getTags() |
| Modifier and Type | Method and Description |
|---|---|
int |
TestTag.compareTo(TestTag otherTag) |
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 |
|---|
Release(TestTag releaseTag) |
Release(TestTag releaseTag,
List<Release> children,
List<Release> parents,
String reportName) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<TestTag> |
TestOutcomes.getTags() |
List<TestTag> |
TestOutcomes.TestOutcomeMatcher.list() |
| 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 |
|---|---|
String |
ReportNameProvider.forTag(TestTag tag) |
ReportNameProvider |
ReportNameProvider.withPrefix(TestTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<TestOutcome> |
TestOutcomeMatchers.havingTag(TestTag expectedTag) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
PackageAnnotationBasedTagProvider.getTagsFor(TestOutcome testOutcome) |
Set<TestTag> |
FileSystemRequirementsTagProvider.getTagsFor(TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Requirement> |
PackageAnnotationBasedTagProvider.getRequirementFor(TestTag testTag) |
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> |
RequirementsService.getRequirementFor(TestTag tag) |
com.google.common.base.Optional<Requirement> |
RequirementsServiceImplementation.getRequirementFor(TestTag tag) |
| 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–2014 Wakaleo Consulting. All rights reserved.