|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.tck.TestFinder
The TestFinder class is responsible to find all TestCases which are
in a jar. The information which jar has to be searched is passed in the constructor.
| Constructor Summary | |
TestFinder()
The path where the jar containing the test classes and its sources is residing is passed here. |
|
| Method Summary | |
void |
find(java.io.InputStream in,
java.lang.String exclude)
This method searches all tests. |
java.util.Map |
getSuites()
Returns all built test suites. |
java.util.Map |
getTests()
Returns all tests categorized by it's keyword |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestFinder()
| Method Detail |
public void find(java.io.InputStream in,
java.lang.String exclude)
throws java.io.IOException,
java.lang.ClassNotFoundException
exclude - file(class) name (e.g. allTests) of tests which should be excluded.in - InputStream of jar file containing the test class sources
java.io.IOException
java.lang.ClassNotFoundExceptionpublic java.util.Map getTests()
public java.util.Map getSuites()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||