net.thucydides.core.annotations
Annotation Type StepProvider


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface StepProvider

This class specifies the list of ScenarioStep classes provided by a given test library. It is experimental, and used for integration with other applications. An example of its use is shown here:

    public class JobStepIndex extends StepIndex {

Author:
johnsmart



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