KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > junit > tests > framework > InheritedTestCase


1 package junit.tests.framework;
2
3 /**
4  * Test class used in SuiteTest
5  */

6 public class InheritedTestCase extends OneTestCase {
7     public void test2() {
8     }
9 }
Popular Tags