Skip navigation links
A B C E F G H I L M N O R S T V W 

A

addCard(ScreenshotCard) - Method in class org.concordion.ext.storyboard.StoryboardListener
Add screenshot
addCard(Card) - Method in class org.concordion.ext.storyboard.StoryboardListener
Add custom card and/or set common details for all cards
addCard(Card) - Method in class org.concordion.ext.StoryboardExtension
Add custom cards to the storyboard
addCard(ScreenshotCard) - Method in class org.concordion.ext.StoryboardExtension
Add screenshot card to the storyboard
addCard() - Static method in class org.concordion.ext.StoryboardMarkerFactory
 
addCard(String) - Static method in class org.concordion.ext.StoryboardMarkerFactory
 
addCard(String, CardImage) - Static method in class org.concordion.ext.StoryboardMarkerFactory
 
addCard(String, CardImage, CardResult) - Static method in class org.concordion.ext.StoryboardMarkerFactory
 
addCard(String, String, CardImage, CardResult) - Static method in class org.concordion.ext.StoryboardMarkerFactory
 
addCardImage(String, String) - Method in class org.concordion.ext.StoryboardExtension
Add custom card image that will be shared by all tests, must be called before test starts otherwise this will do nothing
addContainer(Container) - Method in class org.concordion.ext.storyboard.StoryboardListener
Add container to storyboard.
addContainer(Container) - Method in class org.concordion.ext.StoryboardExtension
Allow custom containers to be added the storyboard.
addHTMLToContainer(Element) - Method in class org.concordion.ext.storyboard.Card
Add HTML to the storyboard to display the card details
addHTMLToContainer(Element) - Method in class org.concordion.ext.storyboard.NotificationCard
 
addHTMLToContainer(Element) - Method in class org.concordion.ext.storyboard.ScreenshotCard
 
addItem(StoryboardItem) - Method in class org.concordion.ext.storyboard.Container
 
addNotification(String, String, CardImage, CardResult) - Method in class org.concordion.ext.StoryboardExtension
 
addNotification(String, String, String, CardImage, CardResult) - Method in class org.concordion.ext.StoryboardExtension
Adds data/information card to story board
addNotification(String, String, String, String, CardImage, CardResult) - Method in class org.concordion.ext.StoryboardExtension
Adds data/information card to story board
addScreenshot(String, String) - Method in class org.concordion.ext.StoryboardExtension
Adds screenshot card to story board
addSectionContainer(String) - Method in class org.concordion.ext.StoryboardExtension
Adds a section container to the storyboard.
addTo(ConcordionExtender) - Method in class org.concordion.ext.StoryboardExtension
 
afterExample(ExampleEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
afterProcessingSpecification(SpecificationProcessingEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
append(ILoggingEvent) - Method in class org.concordion.ext.StoryboardLogListener
 

B

beforeExample(ExampleEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
beforeProcessingSpecification(SpecificationProcessingEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 

C

captureData() - Method in class org.concordion.ext.storyboard.Card
Write the data to a file
captureData() - Method in class org.concordion.ext.storyboard.NotificationCard
 
captureData() - Method in class org.concordion.ext.storyboard.ScreenshotCard
 
Card - Class in org.concordion.ext.storyboard
Base class for all cards that can be added to the storyboard
Card() - Constructor for class org.concordion.ext.storyboard.Card
 
CardImage - Interface in org.concordion.ext.storyboard
Card Image Interface
CardResult - Enum in org.concordion.ext.storyboard
Success/failure levels, these also map to styles in storyboard.css
cleanupData() - Method in class org.concordion.ext.storyboard.Card
Override this method to clean up data belonging to this card - likely to be used in conjunction with the shouldAppend() method
cleanupData() - Method in class org.concordion.ext.storyboard.ScreenshotCard
 
closeContainer() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
closeContainer() - Method in class org.concordion.ext.StoryboardExtension
Mark current container as completed, any cards added past this point will go to the parent container/storyboard.
concordionBuilt(ConcordionBuildEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
Container - Class in org.concordion.ext.storyboard
Base class for all containers that can be added to the storyboard.
Container() - Constructor for class org.concordion.ext.storyboard.Container
 
container - Variable in class org.concordion.ext.storyboard.StoryboardItem
 
CustomCardImage - Class in org.concordion.ext.storyboard
Provides the ability to add a custom image (ie non stock) to a card.
CustomCardImage(String, String) - Constructor for class org.concordion.ext.storyboard.CustomCardImage
 

E

ExampleContainer - Class in org.concordion.ext.storyboard
Container that is appended to example to present all cards pertaining to the example.
ExampleContainer() - Constructor for class org.concordion.ext.storyboard.ExampleContainer
 

F

failureReported(AssertFailureEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 

G

getCardImage(String) - Method in class org.concordion.ext.StoryboardExtension
Get a previously added custom card image
getCardImage() - Method in class org.concordion.ext.StoryboardMarker
 
getCardResult() - Method in class org.concordion.ext.StoryboardMarker
 
getConcordionEventMarker() - Method in class org.concordion.ext.StoryboardLogListener
 
getContentElement() - Method in class org.concordion.ext.storyboard.Container
 
getContentElement() - Method in class org.concordion.ext.storyboard.ExampleContainer
 
getContentElement() - Method in class org.concordion.ext.storyboard.SectionContainer
 
getCurrentExampleTitle() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getCurrentExampleTitle() - Method in class org.concordion.ext.StoryboardExtension
Get the title of the current example
getDescription() - Method in class org.concordion.ext.storyboard.Card
 
getDescription() - Method in class org.concordion.ext.StoryboardMarker
 
getExampleElement() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getExampleTitle(Element) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getFileExtension() - Method in class org.concordion.ext.storyboard.RobotScreenshotTaker
 
getFileName(String, String, String) - Method in class org.concordion.ext.storyboard.Card
Gets a unique file name for data that is to be stored alongside a card
getFilename() - Method in class org.concordion.ext.storyboard.CustomCardImage
 
getFilterMarkers() - Method in class org.concordion.ext.StoryboardLogListener
 
getHandleFailureAndThrowableEvents() - Method in class org.concordion.ext.StoryboardLogListener
 
getImage(Dimension) - Method in class org.concordion.ext.storyboard.RobotScreenshotTaker
 
getItemIndex(StoryboardItem) - Method in class org.concordion.ext.storyboard.Container
 
getItemIndex() - Method in class org.concordion.ext.storyboard.StoryboardItem
 
getItemIndex(StoryboardItem) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getItems() - Method in class org.concordion.ext.storyboard.Container
 
getKey() - Method in enum org.concordion.ext.storyboard.CardResult
 
getKey() - Method in enum org.concordion.ext.storyboard.StockCardImage
 
getKeyFromFileName(String) - Static method in class org.concordion.ext.storyboard.CustomCardImage
 
getParentElement() - Method in class org.concordion.ext.storyboard.Container
 
getParentElement() - Method in class org.concordion.ext.storyboard.ExampleContainer
 
getParentElement() - Method in class org.concordion.ext.storyboard.SectionContainer
 
getResource() - Method in interface org.concordion.ext.storyboard.CardImage
 
getResource() - Method in class org.concordion.ext.storyboard.CustomCardImage
 
getResource() - Method in enum org.concordion.ext.storyboard.StockCardImage
 
getResource() - Method in class org.concordion.ext.storyboard.StoryboardItem
 
getResource() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getResult() - Method in class org.concordion.ext.storyboard.StoryboardItem
 
getSourcePath() - Method in class org.concordion.ext.storyboard.CustomCardImage
 
getStoryboardElement() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getTarget() - Method in class org.concordion.ext.storyboard.StoryboardItem
 
getTarget() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
getTitle() - Method in class org.concordion.ext.storyboard.StoryboardItem
 
getTitle() - Method in class org.concordion.ext.StoryboardMarker
 

H

hasScreenshotTaker() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
hasScreenshotTaker() - Method in class org.concordion.ext.StoryboardExtension
Check to see if a screenshot taker has been set

I

insertContainer(Container) - Method in class org.concordion.ext.storyboard.StoryboardListener
Add container to storyboard.
insertContainer(Container) - Method in class org.concordion.ext.StoryboardExtension
Allow custom containers to be added the storyboard.
insertSectionContainer(String) - Method in class org.concordion.ext.StoryboardExtension
Adds a section container to the storyboard.
isAutoClose() - Method in class org.concordion.ext.storyboard.Container
Should auto close when a new container is about to be added
isAutoClose() - Method in class org.concordion.ext.storyboard.ExampleContainer
 
isAutoClose() - Method in class org.concordion.ext.storyboard.SectionContainer
 
isDeleteIfSuccessful() - Method in class org.concordion.ext.storyboard.ScreenshotCard
 

L

listener - Variable in class org.concordion.ext.storyboard.StoryboardItem
 

M

markPriorScreenshotsForRemoval() - Method in class org.concordion.ext.storyboard.StoryboardListener
 
markPriorScreenshotsForRemoval() - Method in class org.concordion.ext.StoryboardExtension
Marks any screenshot cards added before this point to be deleted if tests completes successfully.

N

NotificationCard - Class in org.concordion.ext.storyboard
Generic card that can optionally provide data to the user.
NotificationCard() - Constructor for class org.concordion.ext.storyboard.NotificationCard
 

O

org.concordion.ext - package org.concordion.ext
 
org.concordion.ext.storyboard - package org.concordion.ext.storyboard
 

R

removeFromParent() - Method in class org.concordion.ext.storyboard.Container
 
removeFromParent() - Method in class org.concordion.ext.storyboard.ExampleContainer
 
removeFromParent() - Method in class org.concordion.ext.storyboard.SectionContainer
 
removeScreenshotTaker() - Method in class org.concordion.ext.StoryboardExtension
Removes the screenshot taker so no further screenshots will be taken.
RobotScreenshotTaker - Class in org.concordion.ext.storyboard
Takes screenshots using Robot.
RobotScreenshotTaker() - Constructor for class org.concordion.ext.storyboard.RobotScreenshotTaker
 

S

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
Deprecated.
Has been replaced by StoryboardExtension.setAcceptCards(boolean) and will be removed in the next version.
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
If configured to take final screenshot for example (see StoryboardExtension.setTakeScreenshotOnExampleCompletion(boolean)), this will override that behaviour until: an example completes a container is closed (either automatically or by calling closeContainer())
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
 

T

throwableCaught(ThrowableCaughtEvent) - Method in class org.concordion.ext.storyboard.StoryboardListener
 
toString() - Method in interface org.concordion.ext.storyboard.CardImage
 
toString() - Method in class org.concordion.ext.storyboard.CustomCardImage
 
toString() - Method in enum org.concordion.ext.storyboard.StockCardImage
 

V

valueOf(String) - Static method in enum org.concordion.ext.storyboard.CardResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.concordion.ext.storyboard.StockCardImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.concordion.ext.StoryboardExtension.AppendTo
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.concordion.ext.storyboard.CardResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.concordion.ext.storyboard.StockCardImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.concordion.ext.StoryboardExtension.AppendTo
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeScreenshotTo(OutputStream) - Method in class org.concordion.ext.storyboard.RobotScreenshotTaker
 
writeTo(Element) - Method in class org.concordion.ext.storyboard.Container
 
writeTo(Element) - Method in class org.concordion.ext.storyboard.ExampleContainer
 
writeTo(Element) - Method in class org.concordion.ext.storyboard.SectionContainer
 
A B C E F G H I L M N O R S T V W 
Skip navigation links