Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
A
AcceptanceTestHandler
- class avignon.handlers.
AcceptanceTestHandler
.
Helps to name and bracket an acceptance test.
AcceptanceTestHandler()
- Constructor for class avignon.handlers.
AcceptanceTestHandler
AcceptanceTestParser
- class avignon.
AcceptanceTestParser
.
Acts as the DefaultHandler passed to the SAX parser.
AcceptanceTestParser(AvignonTestState)
- Constructor for class avignon.
AcceptanceTestParser
Constructor for parsing tests.
AttributesShunt
- class avignon.
AttributesShunt
.
Used in unit testing to simulate the attributes that will be available to a tag handler.
AttributesShunt(String, String)
- Constructor for class avignon.
AttributesShunt
Creates an org.xml.sax.Attributes instance with one value.
AttributesShunt(String[], String[])
- Constructor for class avignon.
AttributesShunt
Creates an org.xml.sax.Attributes instance with multiple values.
AttributesShunt()
- Constructor for class avignon.
AttributesShunt
Creates an org.xml.sax.Attributes instance with no values
AvignonProperties
- class avignon.
AvignonProperties
.
Provides access to the properties file being used for Avignon.
AvignonProperties()
- Constructor for class avignon.
AvignonProperties
AvignonRuntimeExceptionContainer
- exception avignon.
AvignonRuntimeExceptionContainer
.
This class is used to convert caught exceptions into RuntimeExceptions that are then monitored by Avignon and included in the error output.
AvignonRuntimeExceptionContainer(Throwable)
- Constructor for class avignon.
AvignonRuntimeExceptionContainer
Converts the given exception into a runtime exception while preserving its stack trace.
AvignonRuntimeExceptionContainer(Throwable, String)
- Constructor for class avignon.
AvignonRuntimeExceptionContainer
Converts the given exception into a runtime exception while preserving its stack trace.
AvignonTagHandler
- interface avignon.
AvignonTagHandler
.
Defines the event model used while processing test scripts.
AvignonTagLoader
- class avignon.
AvignonTagLoader
.
This class attempts to load tag handlers by passing the load request on to all the TagLoaders defined in the properties file.
AvignonTagLoader()
- Constructor for class avignon.
AvignonTagLoader
AvignonTestState
- class avignon.
AvignonTestState
.
Maintains state information through the life of a test script file.
AvignonTestState()
- Constructor for class avignon.
AvignonTestState
Constructs an instance with no tags on the stack.
AvignonTestState(AvignonTagHandler[])
- Constructor for class avignon.
AvignonTestState
Constructs an instance with an initial tag stack.
accept(File)
- Method in class avignon.
TestSuiteLister
Determines whether or not the given file represents an Avignon Test.
accept(File, String)
- Method in class avignon.handlers.
MessagePicker
addCommand(DatabaseCommand)
- Method in class avignon.handlers.database.
DatabaseConnection
Queues a command to be executed.
anyErrors()
- Method in class avignon.
AvignonTestState
Checks if there are any errors for any tests in the current error log.
anyErrorsForTest(String)
- Method in class avignon.
AvignonTestState
Determines if any errors have been appended to the error log for the given test.
anyQueuedMessages()
- Method in class avignon.handlers.
MessagePlayer
Allows the programmer to determine if any messages remain in the queue.
appendErrorMessage(String)
- Method in class avignon.
AvignonTestState
Appends the current test name and the given message to the error log.
appendErrorMessage(Throwable)
- Method in class avignon.
AvignonTestState
Appends the current test name and the stack trace of the given exception to the error log.
appendFieldUpdate(String, String)
- Method in class avignon.handlers.
DatabaseUpdateHandler
Adds a field to be updated at the end of the tag.
assertPageAsExpected(String)
- Method in class avignon.handlers.
WebPageAsserter
Compares the text of the actual page to the expected file after any transforms have been performed.
avignon
- package avignon
avignon.handlers
- package avignon.handlers
avignon.handlers.database
- package avignon.handlers.database
avignon.handlers.helpers
- package avignon.handlers.helpers
avignon.helpers
- package avignon.helpers
avignon.loaders
- package avignon.loaders
avignon.xml
- package avignon.xml
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X