| Package | Description |
|---|---|
| net.thucydides.core |
Core domain model for the Thucydides application.
|
| net.thucydides.core.csv |
Support for loading test data from CSV files for data-driven tests.
|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static StepFactory |
Thucydides.getStepFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
TestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory) |
<T> List<T> |
CSVTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz,
StepFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static StepFactory |
StepData.getDefaultStepFactory() |
StepFactory |
StepFactory.thatThrowsExcpetionsImmediately() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StepAnnotations.injectNestedScenarioStepsInto(Object scenarioSteps,
StepFactory stepFactory,
Class<?> scenarioStepsClass)
Instantiates the step scenario fields in a test case.
|
static void |
StepAnnotations.injectScenarioStepsInto(Object testCase,
StepFactory stepFactory)
Instantiates the step scenario fields in a test case.
|
static void |
StepData.setDefaultStepFactory(StepFactory factory) |
StepData |
StepData.usingFactory(StepFactory factory) |
| Constructor and Description |
|---|
DataDrivenStepFactory(StepFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static StepFactory |
ThucydidesWebDriverSupport.getStepFactory() |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.