|
|||||||||
Home >> All >> org >> hibernate >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.hibernate.test
Class TestSuiteVisitor

java.lang.Objectorg.hibernate.test.TestSuiteVisitor
- public class TestSuiteVisitor
- extends java.lang.Object
Handles walking a TestSuite hierarchy for recognition of individual tests.
Nested Class Summary | |
static interface |
TestSuiteVisitor.Handler
|
Field Summary | |
private TestSuiteVisitor.Handler |
handler
|
Constructor Summary | |
TestSuiteVisitor(TestSuiteVisitor.Handler handler)
|
Method Summary | |
void |
visit(junit.framework.TestSuite testSuite)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
handler
private final TestSuiteVisitor.Handler handler
Constructor Detail |
TestSuiteVisitor
public TestSuiteVisitor(TestSuiteVisitor.Handler handler)
Method Detail |
visit
public void visit(junit.framework.TestSuite testSuite)
|
|||||||||
Home >> All >> org >> hibernate >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |