|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JUnitTestCaseManager
Provides access to JUnit XML test case reports.
Method Summary | |
---|---|
void |
clearCache() Removes all instances from the cache. |
void |
evict(Type testCaseType) Allows to selectively remove instances from the cache. |
JUnitTestCaseDoc |
readTestCase(Type testCaseType) Reads the test case for the given test case type. |
Method Detail |
---|
void evict(Type testCaseType)
testCaseType
- the test case instance to remove from the cache.
void clearCache()
JUnitTestCaseDoc readTestCase(Type testCaseType) throws TestCaseReportException
testCaseType
- the type of the test case to read.
TestCaseReportException
- on any problem reading the test case.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |