|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.functest.config.MissingTestFinder
public class MissingTestFinder
Finds missing tests from a defined suite.
| Constructor Summary | |
|---|---|
MissingTestFinder()
|
|
| Method Summary | |
|---|---|
void |
assertAllTestsInTestHarness(List<Class<? extends junit.framework.TestCase>> allTestCases,
String harnessSuiteName,
Set<Class<? extends junit.framework.TestCase>> testsDefinedInSuite,
Set<Class<? extends junit.framework.TestCase>> testsToIgnore)
|
void |
assertAllTestsInTestHarness(String packageForAllTests,
String harnessSuiteName,
Set<Class<? extends junit.framework.TestCase>> testsDefinedInSuite,
Set<Class<? extends junit.framework.TestCase>> testsToIgnore)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MissingTestFinder()
| Method Detail |
|---|
public void assertAllTestsInTestHarness(String packageForAllTests,
String harnessSuiteName,
Set<Class<? extends junit.framework.TestCase>> testsDefinedInSuite,
Set<Class<? extends junit.framework.TestCase>> testsToIgnore)
public void assertAllTestsInTestHarness(List<Class<? extends junit.framework.TestCase>> allTestCases,
String harnessSuiteName,
Set<Class<? extends junit.framework.TestCase>> testsDefinedInSuite,
Set<Class<? extends junit.framework.TestCase>> testsToIgnore)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||