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
G
getAppStart()
- Static method in class avignon.
AvignonProperties
Deprecated.
This feature is being deprecated to reduce complexity. It does not work with the IE browser, please use an
OpenBrowser
tag in each acceptance test instead.
getAppStart()
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of having individual tags to start the different kinds of applications.
getApplication()
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of keeping the application in a handler.
getAudioInputStream(String)
- Method in class avignon.handlers.
MessagePlayer
Creates an AudioInputStream for a WAV file specified by the parameter.
getClip()
- Method in class avignon.handlers.
MessagePlayer
Creates a Clip that can be used to play an AudioInputStream.
getCommandQueue()
- Method in class avignon.handlers.database.
DatabaseConnection
getConnection()
- Method in class avignon.handlers.database.
DatabaseConnection
Returns a new java.sql.Connection to the database defined by the Avignon properties.
getCount(Connection)
- Method in class avignon.handlers.database.
DCountQuery
Runs a count query against the given database and returns the result.
getCurrentFormRequest()
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of the avignon.handlers.browser classes.
getCurrentResponse()
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of the avignon.handlers.browser classes.
getDriver()
- Method in class avignon.handlers.
DatabaseConnectionHandler
getErrorMessages()
- Method in class avignon.
AvignonTestState
Returns the text of the current error log.
getException()
- Method in class avignon.
AvignonRuntimeExceptionContainer
Returns the original exception that was used in construction.
getExecutedScript()
- Static method in class avignon.handlers.
TestScriptHandler
Determines the name of the last script to be executed.
getFileReader()
- Static method in class avignon.helpers.
FileReader
getFormRequest(String, String, String)
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of the avignon.handlers.browser classes.
getFrameContents(String)
- Method in class avignon.
AvignonTestState
Deprecated.
Deprecated in favor of the avignon.handlers.browser classes.
getGenerator()
- Method in class avignon.handlers.
MessagePicker
Allows the programmer to determine the random number generator being used.
getHandlerPaths()
- Static method in class avignon.
AvignonProperties
Used by the standard JavaTagLoader to prefix class names when searching for AvignonTagHandlers.
getHtmlTransform()
- Static method in class avignon.
AvignonProperties
Returns the value of the HtmlTransform property.
getIndex(String)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getIndex(String, String)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getInstance()
- Static method in class avignon.handlers.
MessagePicker
getInstance()
- Static method in class avignon.handlers.
MessagePlayer
Allows access to the single instance of the message player.
getInstance()
- Static method in class avignon.xml.
XMLDocumentFactory
getLastEnqueuedMessage()
- Static method in class avignon.handlers.
MessagePlayer
Used in unit testing to determine the last message added to the queue.
getLastRequestText()
- Method in class avignon.handlers.
TestHttpServer
Determines the text of the last HTTP request made.
getLength()
- Method in class avignon.
AttributesShunt
Not supported at this time.
getListeningPort()
- Method in class avignon.handlers.
TestHttpServer
Determine the port currently being used by the server.
getLoaders()
- Static method in class avignon.
AvignonTagLoader
Determines the TagLoaders to use when searching for tag handlers.
getLocalName(int)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getMessage()
- Method in class avignon.
AvignonRuntimeExceptionContainer
Returns the message of the original exception with the addition message appended.
getMockInputStream()
- Method in class avignon.xml.
XMLDocumentFactory
getName()
- Method in class avignon.
ScriptedTests
Determines the name of the test represented by this instance.
getNodeText(Node, String)
- Method in class avignon.xml.
XMLDocumentFactory
Finds an element based on the given XPath expression and returns the text of the first child.
getNow()
- Static method in class avignon.helpers.
TimingUtils
getObject(Connection)
- Method in class avignon.handlers.database.
DLookupQuery
Executes the query against the given database.
getPageDescription()
- Method in class avignon.handlers.
WebPageAsserter
Gets the relative path of the expected XML file.
getPageDescriptionDirectory()
- Method in class avignon.
AvignonTestState
Returns the directory in which to look for page descriptions.
getPageDescriptionRoot()
- Static method in class avignon.
AvignonProperties
Returns the value of the PageDescriptionRoot property.
getPageForRequest(InputStream)
- Method in class avignon.handlers.
TestHttpServer
Determines the response text that will be used for a particular request.
getPassword()
- Method in class avignon.handlers.
DatabaseConnectionHandler
getPortNumber()
- Method in class avignon.handlers.
SMTPInterceptorHandler
getProperty(String)
- Static method in class avignon.
AvignonProperties
Allow access to the currently defined avignon.properties file.
getQName(int)
- Method in class avignon.
AttributesShunt
Returns the param-th key in the attribute map by getting the key set as it currently exists.
getRandomMessage(String)
- Method in class avignon.handlers.
MessagePicker
If path matches the shunted path, this method will returned the shunted message.
getScriptRoot()
- Static method in class avignon.
AvignonProperties
Determines the directory in which Avignon should look for test suites.
getSetupScriptName()
- Static method in class avignon.
AvignonProperties
Determines the script that should be run at the start of every AcceptanceTest tag.
getSetupScriptName()
- Method in class avignon.handlers.
AcceptanceTestHandler
Returns the name of the setup script defined in Avignon's properties file.
getStackTop()
- Method in class avignon.
AvignonTestState
getState()
- Method in class avignon.
ScriptProcessor
Used in unit testing to make sure that the ScriptProcessor has the correct AvignonTestState.
getState()
- Method in class avignon.
ScriptedTests
Used to determine the AvignonTestState being used to run the test associated with this instance.
getTableName()
- Method in class avignon.handlers.database.
DatabaseTableCommand
getTagLoaders()
- Static method in class avignon.
AvignonProperties
Determines the TagLoaders to use when searching for tag handlers.
getTearDownScriptName()
- Static method in class avignon.
AvignonProperties
Determines the script that should be run at the end of every AcceptanceTest tag.
getTearDownScriptName()
- Method in class avignon.handlers.
AcceptanceTestHandler
Returns the name of the teardown script defined in Avignon's properties file.
getTestFiles()
- Method in class avignon.
TestSuiteLister
Determines the files in the directory specified by the ScriptRoot property that represent Avignon tests.
getTestName()
- Method in class avignon.
AvignonTestState
Returns the current test name.
getTestScriptHandler()
- Method in class avignon.handlers.
AcceptanceTestHandler
Returns the test script running used to execute the setup and teardown scripts.
getTestSuiteName()
- Method in class avignon.handlers.
TestSuiteHandler
Determines the name of the current suite of tests.
getTimingValue(Attributes, String, long)
- Static method in class avignon.helpers.
TimingUtils
getType(String)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getType(int)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getType(String, String)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getURI(int)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getURL()
- Method in class avignon.handlers.
DatabaseConnectionHandler
getUser()
- Method in class avignon.handlers.
DatabaseConnectionHandler
getValue(int)
- Method in class avignon.
AttributesShunt
Returns the value for param-th key in the attribute map by getting the key set as it currently exists.
getValue(String)
- Method in class avignon.
AttributesShunt
Determines the value of the named attribute.
getValue(String, String)
- Method in class avignon.
AttributesShunt
Not supported at this time.
getValue(String)
- Static method in class avignon.
AvignonProperties
Gets a named property value.
getWhereClause()
- Method in class avignon.handlers.database.
DLookupQuery
Returns the empty string if no where condition has been specified, otherwise returns WHERE followed by the where condition.
getXMLText(Node)
- Method in class avignon.xml.
XMLDocumentFactory
Returns the text of the node and all its children.
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