oracle.jdeveloper.junit
Interface TestSuite
- All Superinterfaces:
- TestCaseContainer
- public interface TestSuite
- extends TestCaseContainer
The TestSuite is a TestCase container. It is responsible for generating the
a class with the suite() method that invokes all the contained test cases. It
needs to make sure that the addToSuiteMethod() is invoked in each TestCase.
Method Summary |
java.lang.String |
getDefaultRunner()
Gets up the default JUnit runner for this TestSuite |
void |
setDefaultRunner(java.lang.String sRunner)
Sets up the default JUnit runner for this TestSuite |
setDefaultRunner
public void setDefaultRunner(java.lang.String sRunner)
- Sets up the default JUnit runner for this TestSuite
getDefaultRunner
public java.lang.String getDefaultRunner()
- Gets up the default JUnit runner for this TestSuite