KickJava   Java API By Example, From Geeks To Geeks.

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


1
2 package junit.tests.framework;
3
4 import junit.framework.TestCase;
5
6 public class NoArgTestCaseTest extends TestCase {
7     public void testNothing() { // If this compiles, the no arg ctor is there
8
}
9 }
10
Popular Tags