- ScreenshotCard - Class in org.concordion.ext.storyboard
-
Card that takes and presents screenshots of the system under test.
- ScreenshotCard() - Constructor for class org.concordion.ext.storyboard.ScreenshotCard
-
- SectionContainer - Class in org.concordion.ext.storyboard
-
Container that presents cards within a collapsible section in the storyboard.
- SectionContainer() - Constructor for class org.concordion.ext.storyboard.SectionContainer
-
- SectionContainer(String) - Constructor for class org.concordion.ext.storyboard.SectionContainer
-
- setAcceptCards(boolean) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setAcceptCards(boolean) - Method in class org.concordion.ext.StoryboardExtension
-
Prevent cards and containers from being added to the the storyboard.
- setAcceptsScreenshots(boolean) - Method in class org.concordion.ext.StoryboardExtension
-
- setAppendMode(StoryboardExtension.AppendTo) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setAppendMode(StoryboardExtension.AppendTo) - Method in class org.concordion.ext.StoryboardExtension
-
Set how items are added to the storyboard
Append to end of Storyboard (original behaviour)
If item is added within currently executing Example Command append to example element, otherwise append to Storyboard (default)
If item is added within currently executing Example Command append to new section container in Storyboard, otherwise append to Storyboard
- setAutoClose(boolean) - Method in class org.concordion.ext.storyboard.SectionContainer
-
Should this container close automatically when another container is added?
- setCardImage(CardImage) - Method in class org.concordion.ext.storyboard.NotificationCard
-
S Override the default card image of XML_REQUEST
- setContainer(Container) - Method in class org.concordion.ext.storyboard.StoryboardItem
-
- setData(String) - Method in class org.concordion.ext.storyboard.NotificationCard
-
Set the data that you wish the card to display
- setDeleteIfSuccessful(boolean) - Method in class org.concordion.ext.storyboard.ScreenshotCard
-
- setDescription(String) - Method in class org.concordion.ext.storyboard.Card
-
- setExampleElement(Element) - Method in class org.concordion.ext.storyboard.ExampleContainer
-
- setFileExtension(String) - Method in class org.concordion.ext.storyboard.NotificationCard
-
Set the file type for the data.
- setFilePath(String) - Method in class org.concordion.ext.storyboard.NotificationCard
-
Use an existing file rather than have this class attempt to create one.
- setImageName(String, Dimension) - Method in class org.concordion.ext.storyboard.ScreenshotCard
-
Use an existing image rather than have this class attempt to capture a screenshot.
- setResult(CardResult) - Method in class org.concordion.ext.storyboard.StoryboardItem
-
- setScreenshotTaker(ScreenshotTaker) - Method in class org.concordion.ext.storyboard.ScreenshotCard
-
- setScreenshotTaker(ScreenshotTaker) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setScreenshotTaker(ScreenshotTaker) - Method in class org.concordion.ext.StoryboardExtension
-
Set a screenshot taker.
- setSkipFinalScreenshot() - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setStoryboardListener(StoryboardListener) - Method in class org.concordion.ext.storyboard.StoryboardItem
-
- setSupressRepeatingFailures(boolean) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setSupressRepeatingFailures(boolean) - Method in class org.concordion.ext.StoryboardExtension
-
To limit the number of items added to the storyboard, the default behaviour is to ignore second or subsequent failure.
- setTakeScreenshotOnExampleCompletion(boolean) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setTakeScreenshotOnExampleCompletion(boolean) - Method in class org.concordion.ext.StoryboardExtension
-
A screenshot of the current page will be automatically added to the storyboard (as long as
the screenshot taker has been set) when:
an example completes
a container is closed (either automatically or by calling closeContainer())
- setTitle(String) - Method in class org.concordion.ext.storyboard.StoryboardItem
-
- setTitle(String) - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- setTitle(String) - Method in class org.concordion.ext.StoryboardExtension
-
Set the title to display on the Storyboard and/or ExampleContainer
- setUseReportLogger() - Method in class org.concordion.ext.storyboard.StoryboardListener
-
- shouldAppend(boolean) - Method in class org.concordion.ext.storyboard.Card
-
Override this method to update whether the card should be added to the storyboard or not.
- shouldAppend(boolean) - Method in class org.concordion.ext.storyboard.ScreenshotCard
-
- skipFinalScreenshot() - Method in class org.concordion.ext.StoryboardExtension
-
- StockCardImage - Enum in org.concordion.ext.storyboard
-
A list of the stock images that can be assigned to a card
- storyboard - Variable in class org.concordion.ext.StoryboardLogListener
-
- StoryboardExtension - Class in org.concordion.ext
-
The Storyboard extension provides the capability to embed a series of 'cards' containing screenshots or data (text, xml, or html) in a panel at the bottom of the specification.
- StoryboardExtension() - Constructor for class org.concordion.ext.StoryboardExtension
-
- StoryboardExtension.AppendTo - Enum in org.concordion.ext
-
- StoryboardItem - Class in org.concordion.ext.storyboard
-
Base class for all cards and containers that can be added to the storyboard
- StoryboardItem() - Constructor for class org.concordion.ext.storyboard.StoryboardItem
-
- StoryboardListener - Class in org.concordion.ext.storyboard
-
Listens to Concordion events and/or method calls and then adds the required cards to the story board.
- StoryboardListener() - Constructor for class org.concordion.ext.storyboard.StoryboardListener
-
- StoryboardLogListener - Class in org.concordion.ext
-
- StoryboardLogListener(StoryboardExtension) - Constructor for class org.concordion.ext.StoryboardLogListener
-
- StoryboardMarker - Class in org.concordion.ext
-
- StoryboardMarker(String, String, CardImage, CardResult) - Constructor for class org.concordion.ext.StoryboardMarker
-
- StoryboardMarkerFactory - Class in org.concordion.ext
-
- successReported(AssertSuccessEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
-