01: /* 02: * Test class for Java QA-functional test 03: * 04: * 05: * 06: */ 07: 08: package org.netbeans.test.java.gui.parser.ParserTest; 09: 10: /** 11: * 12: * @author Jiri Prox 13: */ 14: public class testCreateOuterClass { 15: 16: /** Creates a new instance of testCreateOuterClass */ 17: public testCreateOuterClass() { 18: } 19: 20: }