|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectavignon.handlers.TestSuiteHandler
Serves as a grouping symbol for a set of acceptance tests.
Attributes:
| Constructor Summary | |
TestSuiteHandler()
Default constructor used by Avignon itself. |
|
TestSuiteHandler(java.lang.String name)
Special constructor used in unit tests. |
|
| Method Summary | |
void |
end(AvignonTestState state)
No action. |
java.lang.String |
getTestSuiteName()
Determines the name of the current suite of tests. |
void |
start(AvignonTestState state,
org.xml.sax.Attributes attribs)
Sets the name of the current test suite. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestSuiteHandler()
public TestSuiteHandler(java.lang.String name)
name - Name of the current test suite.| Method Detail |
public void start(AvignonTestState state,
org.xml.sax.Attributes attribs)
start in interface AvignonTagHandlerstate - Not used.attribs - The name attribute defines the name of the current suite of tests.public java.lang.String getTestSuiteName()
public void end(AvignonTestState state)
end in interface AvignonTagHandlerstate - Not used.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||