Extension SDK 10.1.3.36.73

Package oracle.jdeveloper.junit

The oracle.jdeveloper.junit package contains classes that can be used to generate JUnit classes in a project.

See:
          Description

Interface Summary
UnitTestCase The UnitTestCase interface defines the common set of functions that a Jdeveloper TestCase generator will implement.
UnitTestCaseClass The ClassUnitTestCase is a UnitTestCase that contains a number of methods that start with 'test'.
UnitTestCaseSuite The UnitTestCaseSuite represents a UnitTestCase that contains a suite() method.
UnitTestContainer The UnitTestContainer manages a set of TestCases.
UnitTestFixture A UnitTestFixture becomes an instance variable of a TestCase.
UnitTestSuite The UnitTestSuite is a UnitTestCase container.
 

Class Summary
UnitTestFactory The Factory is used to create instances of TestSuite, TestCase and TestFixture.
UnitTestRunnerChoice  
 

Package oracle.jdeveloper.junit Description

The oracle.jdeveloper.junit package contains classes that can be used to generate JUnit classes in a project. The main class for this functionality is the UnitTestFactory 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 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.