Interface | Description |
---|---|
CardImage |
Card Image Interface
|
Class | Description |
---|---|
Card |
Base class for all cards that can be added to the storyboard
|
Container |
Base class for all containers that can be added to the storyboard.
|
CustomCardImage |
Provides the ability to add a custom image (ie non stock) to a card.
|
ExampleContainer |
Container that is appended to example to present all cards pertaining to the example.
|
NotificationCard |
Generic card that can optionally provide data to the user.
|
RobotScreenshotTaker |
Takes screenshots using
Robot . |
ScreenshotCard |
Card that takes and presents screenshots of the system under test.
|
SectionContainer |
Container that presents cards within a collapsible section in the storyboard.
|
StoryboardItem |
Base class for all cards and containers that can be added to the storyboard
|
StoryboardListener |
Listens to Concordion events and/or method calls and then adds the required cards to the story board.
|
Enum | Description |
---|---|
CardResult |
Success/failure levels, these also map to styles in storyboard.css
|
StockCardImage |
A list of the stock images that can be assigned to a card
|