|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCase | |
oracle.jdeveloper.junit | The oracle.jdeveloper.junit package contains classes that can be used to generate JUnit classes into a project. |
Uses of TestCase in oracle.jdeveloper.junit |
Subinterfaces of TestCase in oracle.jdeveloper.junit | |
interface |
ClassTestCase The ClassTestCase is a TestCase that contains a number of methods that start with 'test'. |
interface |
SuiteTestCase The SuiteTestCase represents a TestCase that contains a suite() method. |
Methods in oracle.jdeveloper.junit that return TestCase | |
static TestCase |
TestFactory.createClassTestCase(JProject project, java.lang.String sPackage, java.lang.String sClassName) Creates an instance of a ClassTestCase. |
static TestCase |
TestFactory.createMethodTestCase(JProject project, java.lang.String sPackage, java.lang.String sClassName) Creates a method test case. |
static TestCase |
TestFactory.createTestCaseFromClass(JProject project, JotClass testClass) This method creates a TestCase from an existing Java class. |
Methods in oracle.jdeveloper.junit with parameters of type TestCase | |
void |
TestFixture.installToTestCase(TestCase testCase) The TestCase will call this function to allow then TestFixture to isntall itself to the TestCase. |
java.lang.String |
TestFixture.getVariableNameInTest(TestCase testCase) Utility method to retrieve the variable name for this TestFixture. |
void |
TestCaseContainer.addTestCase(TestCase newTest) Adds a TestCase to the set of TestCases. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.