Uses of Class
net.thucydides.core.steps.ExecutedStepDescription

Packages that use ExecutedStepDescription
net.thucydides.core.statistics   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of ExecutedStepDescription in net.thucydides.core.statistics
 

Methods in net.thucydides.core.statistics with parameters of type ExecutedStepDescription
 void StatisticsListener.skippedStepStarted(ExecutedStepDescription description)
           
 void StatisticsListener.stepStarted(ExecutedStepDescription description)
           
 

Uses of ExecutedStepDescription in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps that return ExecutedStepDescription
 ExecutedStepDescription ExecutedStepDescription.clone()
           
 ExecutedStepDescription StepFailure.getDescription()
           
static ExecutedStepDescription ExecutedStepDescription.of(Class<? extends Object> stepsClass, String name)
          We might not have the test class provided (e.g.
static ExecutedStepDescription ExecutedStepDescription.withTitle(String name)
           
 

Methods in net.thucydides.core.steps with parameters of type ExecutedStepDescription
static AnnotatedStepDescription AnnotatedStepDescription.from(ExecutedStepDescription description)
           
 void StepListener.skippedStepStarted(ExecutedStepDescription description)
          Called when a test step is about to be started, but this step is scheduled to be skipped.
 void StepEventBus.skippedStepStarted(ExecutedStepDescription executedStepDescription)
          Record a step that is not scheduled to be executed (e.g.
 void ConsoleStepListener.skippedStepStarted(ExecutedStepDescription description)
           
 void ConsoleLoggingListener.skippedStepStarted(ExecutedStepDescription description)
           
 void BaseStepListener.skippedStepStarted(ExecutedStepDescription description)
           
 void StepListener.stepStarted(ExecutedStepDescription description)
          Called when a test step is about to be started.
 void StepEventBus.stepStarted(ExecutedStepDescription executedStepDescription)
          Start the execution of a test step.
 void ConsoleStepListener.stepStarted(ExecutedStepDescription description)
           
 void ConsoleLoggingListener.stepStarted(ExecutedStepDescription description)
           
 void BaseStepListener.stepStarted(ExecutedStepDescription description)
          A step within a test is called.
 

Constructors in net.thucydides.core.steps with parameters of type ExecutedStepDescription
StepFailure(ExecutedStepDescription description, Throwable cause)
           
 



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