KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > gui > parser > ParserTest > testCreateMethod


1 /*
2  * Test class for Java QA-functional test
3  *
4  *
5  *
6  */

7
8 package org.netbeans.test.java.gui.parser.ParserTest;
9
10 /**
11  *
12  * @author Jiri Prox
13  */

14 public class testCreateMethod {
15     
16     /** Creates a new instance of testCreateMethod */
17     public testCreateMethod() {
18     }
19     
20     
21     
22     
23     
24     
25 }
26
Popular Tags