Uses of Package
net.thucydides.core.steps

Packages that use net.thucydides.core.steps
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.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.pages Classes designed to make it easier to work with Page Objects in WebDriver. 
net.thucydides.core.statistics   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.steps.di   
 

Classes in net.thucydides.core.steps used by net.thucydides.core
StepListener
          Represents a class interested in knowing about test execution flow and results.
 

Classes in net.thucydides.core.steps used by net.thucydides.core.csv
ScenarioSteps
          A set of reusable steps for use in an acceptance test suite.
StepFactory
          Produces an instance of a set of requirement steps for use in the acceptance tests.
 

Classes in net.thucydides.core.steps used by net.thucydides.core.model
StepFailure
          Description and underlying cause behind a step failure.
 

Classes in net.thucydides.core.steps used by net.thucydides.core.pages
StepDelayer.WaitForBuilder
           
 

Classes in net.thucydides.core.steps used by net.thucydides.core.statistics
ExecutedStepDescription
          A description of a step executed during a Thucydides step run.
StepFailure
          Description and underlying cause behind a step failure.
StepListener
          Represents a class interested in knowing about test execution flow and results.
 

Classes in net.thucydides.core.steps used by net.thucydides.core.steps
AnnotatedStepDescription
          Test steps and step groups can be described by various annotations.
BaseStepListener
          Observes the test run and stores test run details for later reporting.
BaseStepListener.ScreenshotType
           
DependencyInjector
           
ErrorConvertor
           
ExecutedStepDescription
          A description of a step executed during a Thucydides step run.
Listeners.BaseStepListenerBuilder
           
ScenarioSteps
          A set of reusable steps for use in an acceptance test suite.
StepData
          Data-driven test step execution.
StepDelayer.WaitForBuilder
           
StepEventBus
          An event bus for Step-related notifications.
StepFactory
          Produces an instance of a set of requirement steps for use in the acceptance tests.
StepFailure
          Description and underlying cause behind a step failure.
StepListener
          Represents a class interested in knowing about test execution flow and results.
StepPublisher
          Represents a class that monitors step results and can report on test outcomes.
StepsAnnotatedField
          Used to identify Step library fields that need to be instantiated.
TestResultTally
          Result of a test step or sequence of test steps.
TestStatus
          Determine the status of a method based on its annotations.
 

Classes in net.thucydides.core.steps used by net.thucydides.core.steps.di
DependencyInjector
           
 



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