KickJava   Java API By Example, From Geeks To Geeks.

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


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 testCreateField {
15     
16     /** Creates a new instance of testCreateField */
17     public testCreateField() {
18     }
19     
20     
21     
22     
23     
24     
25 }
26
27
28
29
30
Popular Tags