Extension SDK

oracle.jdeveloper.junit
Interface ClassTestCase

All Superinterfaces:
TestCase

public interface ClassTestCase
extends TestCase

The ClassTestCase is a TestCase that contains a number of methods that start with 'test'. It gets added to a TestSuite by simply adding the TestCase class and the JUnit runtime will discover all the TestCases via introspection.


Methods inherited from interface oracle.jdeveloper.junit.TestCase
addTestFixture, addTestMethod, addToSuiteMethod, commitChanges, getJotClass, getName, getProject
 


Extension SDK

 

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