|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AvignonTestState | |
| avignon | |
| avignon.handlers | |
| avignon.handlers.database | |
| Uses of AvignonTestState in avignon |
| Methods in avignon that return AvignonTestState | |
AvignonTestState |
ScriptProcessor.getState()
Used in unit testing to make sure that the ScriptProcessor has the correct AvignonTestState. |
AvignonTestState |
ScriptedTests.getState()
Used to determine the AvignonTestState being used to run the test associated with this instance. |
| Methods in avignon with parameters of type AvignonTestState | |
static ScriptProcessor |
ScriptProcessor.newProcessor(AvignonTestState state)
Factory method for creating a script processor instance. |
protected ScriptProcessor |
ScriptedTests.newScriptProcessor(AvignonTestState state)
Factory method for making new ScriptProcessors to use during testing. |
void |
DoNothingHandler.end(AvignonTestState state)
Executed when the tag closes. |
void |
DoNothingHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Executed when the tag starts. |
void |
AvignonTagHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Called when the tag is first encountered. |
void |
AvignonTagHandler.end(AvignonTestState state)
Called when the tag is closed. |
| Constructors in avignon with parameters of type AvignonTestState | |
AcceptanceTestParser(AvignonTestState state)
Constructor for parsing tests. |
|
| Uses of AvignonTestState in avignon.handlers |
| Subclasses of AvignonTestState in avignon.handlers | |
class |
ShuntedTestState
This class is used in handler unit tests to allow you to set up a specific test state. |
| Methods in avignon.handlers with parameters of type AvignonTestState | |
void |
VerbalizeTestResultHandler.end(AvignonTestState state)
No action. |
void |
VerbalizeTestResultHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Enques a message with the MessagePlayer. |
void |
UpdateFieldHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Deprecated. Adds to the surrounding DatabaseUpdate tag. |
void |
UpdateFieldHandler.end(AvignonTestState state)
Deprecated. No action. |
void |
TestSuiteHandler.start(AvignonTestState state,
org.xml.sax.Attributes attribs)
Sets the name of the current test suite. |
void |
TestSuiteHandler.end(AvignonTestState state)
No action. |
void |
TestScriptHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Sets the name of the script to be executed. |
void |
TestScriptHandler.end(AvignonTestState state)
Causes the script to be executed. |
void |
TestScriptHandler.executeScript(AvignonTestState state,
java.lang.String name)
Replaces any parameters specified in calls to setScriptParameter and executes the script. |
void |
SubmitPageHandler.end(AvignonTestState state)
Deprecated. |
void |
SubmitPageHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Deprecated. |
void |
SMTPInterceptorHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
SMTPInterceptorHandler.end(AvignonTestState state)
|
void |
SMTPHeaderHandler.end(AvignonTestState state)
|
void |
SMTPHeaderHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
SleepHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
SleepHandler.end(AvignonTestState state)
|
void |
ScriptRunner.executeScript(AvignonTestState state,
java.lang.String scriptName)
Executes an Avignon script. |
void |
ScriptParamHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
ScriptParamHandler.end(AvignonTestState state)
|
protected java.lang.String |
PageClickHandler.loadActualPage(AvignonTestState state,
java.lang.String itemText,
org.xml.sax.Attributes attributes)
Deprecated. |
void |
InputValueHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Deprecated. |
void |
InputValueHandler.end(AvignonTestState state)
Deprecated. |
void |
HTTPInterceptorHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
HTTPInterceptorHandler.end(AvignonTestState state)
|
void |
ExecuteSQLHandler.end(AvignonTestState state)
|
void |
ExecuteSQLHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DeleteHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DeleteHandler.end(AvignonTestState state)
|
void |
DatabaseUpdateHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DatabaseUpdateHandler.end(AvignonTestState state)
|
void |
DatabaseTableHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Preserves the state of the named table. |
void |
DatabaseTableHandler.end(AvignonTestState state)
Restores the state of the named table. |
void |
DatabaseStateHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Deprecated. |
void |
DatabaseStateHandler.end(AvignonTestState state)
Deprecated. |
void |
DatabaseInsertHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DatabaseInsertHandler.end(AvignonTestState state)
|
void |
DatabaseDeleteHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DatabaseDeleteHandler.end(AvignonTestState state)
|
void |
DatabaseConnectionHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DatabaseConnectionHandler.end(AvignonTestState state)
|
void |
DatabaseAssertHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
DatabaseAssertHandler.end(AvignonTestState state)
|
protected abstract java.lang.String |
ClickHandlerLogic.loadActualPage(AvignonTestState state,
java.lang.String itemText,
org.xml.sax.Attributes attributes)
Deprecated. Click on a hyperlink with the given text and return the text of the resulting page. |
void |
ClickHandlerLogic.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Deprecated. |
void |
ClickHandlerLogic.end(AvignonTestState state)
Deprecated. |
void |
ClearTableHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
void |
ClearTableHandler.end(AvignonTestState state)
|
void |
AcceptanceTestHandler.end(AvignonTestState state)
|
void |
AcceptanceTestHandler.start(AvignonTestState state,
org.xml.sax.Attributes attributes)
|
| Uses of AvignonTestState in avignon.handlers.database |
| Methods in avignon.handlers.database with parameters of type AvignonTestState | |
static DatabaseConnection |
DatabaseConnectionFactory.newConnection(AvignonTestState state)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||