|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
Helper method to aid in the use of Monitors and TestData.
Constructor Summary | |
TestCorrelate(java.lang.Class owner,
MonitorFinder finder)
|
Method Summary | |
protected TestInfo |
createTestInfo(java.lang.String methodName)
Use the given method name and the known owner class to create a new TestInfo instance. |
protected TestInfo |
createTestInfoFromStack()
Uses the owner class and the findClassMethodFromStack result to crate a TestInfo instance. |
protected java.lang.String |
findClassMethodFromStack()
Helper method to discover the last method from the owning class in the current stack. |
protected MonitorFinder |
getFinder()
|
protected java.lang.Class |
getOwner()
|
protected java.lang.String |
getOwnerName()
|
protected TestData |
getTestData(TestInfo info)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCorrelate(java.lang.Class owner, MonitorFinder finder)
Method Detail |
protected java.lang.String findClassMethodFromStack()
protected TestInfo createTestInfoFromStack()
protected TestInfo createTestInfo(java.lang.String methodName)
protected MonitorFinder getFinder()
protected TestData getTestData(TestInfo info)
info
- the test info to find its corresponding TestData.
protected java.lang.Class getOwner()
protected java.lang.String getOwnerName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |