|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.tck.Tester
The Tester starts the all tests and saves all tests.
| Constructor Summary | |
Tester(TestFinder tests,
TckTestRunner runner,
javax.servlet.jsp.JspWriter writer,
java.util.Map excludeList)
The constructor... |
|
| Method Summary | |
int |
getNumberOfExecutedTests()
Returns the number of executed tests |
java.util.Map |
run()
Calling this method starts the testing. |
void |
setfinishedSuiteString(java.lang.String line)
|
void |
storeResults(javax.jcr.Node node)
This method stores the result underneath the passed node in this structure: |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Tester(TestFinder tests,
TckTestRunner runner,
javax.servlet.jsp.JspWriter writer,
java.util.Map excludeList)
tests - All tests found using TestFinder| Method Detail |
public java.util.Map run()
public void setfinishedSuiteString(java.lang.String line)
public void storeResults(javax.jcr.Node node)
throws javax.jcr.RepositoryException,
javax.jcr.nodetype.ConstraintViolationException,
javax.jcr.InvalidItemStateException,
javax.jcr.AccessDeniedException
node
+ suite name 1
+ test 1
+ test 2
...
+ suite name 2
+ test a
+ test b
...
....
node - parent Node for storage
javax.jcr.RepositoryException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.InvalidItemStateException
javax.jcr.AccessDeniedExceptionpublic int getNumberOfExecutedTests()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||