avignon.handlers
Class DatabaseAssertHandler

java.lang.Object
  extended byavignon.handlers.DatabaseAssertHandler
All Implemented Interfaces:
AvignonTagHandler

public class DatabaseAssertHandler
extends java.lang.Object
implements AvignonTagHandler

Asserts that the number of rows matches the expected value.
Attributes:


Constructor Summary
DatabaseAssertHandler()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseAssertHandler

public DatabaseAssertHandler()
Method Detail

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Description copied from interface: AvignonTagHandler
Called when the tag is first encountered.

Specified by:
start in interface AvignonTagHandler
Parameters:
state -
attributes -

end

public void end(AvignonTestState state)
Description copied from interface: AvignonTagHandler
Called when the tag is closed.

Specified by:
end in interface AvignonTagHandler
Parameters:
state -

SourceForge.net Logo