|
Extension SDK | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
oracle.jdeveloper.junit
package contains classes that can be
used to generate JUnit classes into a project.
See:
Description
Interface Summary | |
ClassTestCase | The ClassTestCase is a TestCase that contains a number of methods that start with 'test'. |
SuiteTestCase | The SuiteTestCase represents a TestCase that contains a suite() method. |
TestCase | The TestCase interface defines the common set of functions that a Jdeveloper TestCase generator will implement. |
TestCaseContainer | The TestCaseContainer manages a set of TestCases. |
TestFixture | A TestFixture becomes an instance variable of a TestCase. |
TestSuite | The TestSuite is a TestCase container. |
Class Summary | |
TestFactory | The TestFactory class is the main entry point for JUnit api users. |
The oracle.jdeveloper.junit
package contains classes that can be
used to generate JUnit classes into a project. The main class for this functionality
is the TestFactory class which can be used for creating test cases and test fixtures.
Once you have create a JUnit class, you can use the JDeveloper Jot api to add
methods to these classes.
|
Extension SDK | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright ©1997, 2003, Oracle. All rights reserved.