avignon
Interface AvignonTagHandler

All Known Implementing Classes:
AcceptanceTestHandler, ClearTableHandler, ClickHandlerLogic, DatabaseAssertHandler, DatabaseConnectionHandler, DatabaseDeleteHandler, DatabaseInsertHandler, DatabaseStateHandler, DatabaseTableHandler, DatabaseUpdateHandler, DeleteHandler, DoNothingHandler, ExecuteSQLHandler, HTTPInterceptorHandler, InputValueHandler, ScriptParamHandler, SleepHandler, SMTPHeaderHandler, SMTPInterceptorHandler, SubmitPageHandler, TestScriptHandler, TestSuiteHandler, UpdateFieldHandler, VerbalizeTestResultHandler

public interface AvignonTagHandler

Defines the event model used while processing test scripts.


Method Summary
 void end(AvignonTestState state)
          Called when the tag is closed.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Called when the tag is first encountered.
 

Method Detail

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Called when the tag is first encountered.

Parameters:
state - Current test state.
attributes - Any XML attributes used with the tag.

end

public void end(AvignonTestState state)
Called when the tag is closed.

Parameters:
state - Current test state.

SourceForge.net Logo