Class | Description |
---|---|
AbstractEmbedderTask |
Abstract task that holds all the configuration parameters to specify and load
stories.
|
GenerateStoriesView |
Ant task that generates a stories view
|
MapStoriesAsEmbeddables |
Ant task that maps stories as embeddables
|
MapStoriesAsPaths |
Ant task that maps stories as paths
|
ReportStepdocs |
Ant task to report stepdocs given a fully configured
Embedder instance. |
ReportStepdocsAsEmbeddables |
Ant task to report stepdocs for the
Embeddable instances provided (more specifically instances
of ConfiguredEmbedder which provides both Configuration and CandidateSteps ). |
RunStoriesAsEmbeddables |
Ant task that runs stories as Embeddables
|
RunStoriesAsPaths |
Ant task that runs stories as paths
|
RunStoriesWithAnnotatedEmbedderRunner |
Ant task that runs with
AnnotatedEmbedderRunner , equivalent to
execution via JUnit's RunWith . |
Copyright © 2003-2014. All Rights Reserved.