Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.junit.TestFixture

Packages that use TestFixture
oracle.jdeveloper.junit The oracle.jdeveloper.junit package contains classes that can be used to generate JUnit classes into a project. 
 

Uses of TestFixture in oracle.jdeveloper.junit
 

Methods in oracle.jdeveloper.junit that return TestFixture
static TestFixture TestFactory.createTestFixtureFromClass(JProject project, JotClass fixtureClass)
          This method creates a TestFixture from an existing Java class.
static TestFixture TestFactory.createTestFixture(JProject project, java.lang.String sPackage, java.lang.String sClassName)
          Create a new TestFixture and adds a setUp and tearDown methods to it.
 

Methods in oracle.jdeveloper.junit with parameters of type TestFixture
 void TestCase.addTestFixture(TestFixture newFixture)
          Adds a TestFixture to this TestCase.
 


Extension SDK

 

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