KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > java_editor_actions > JavaEditorActionsTest


1 /*
2  * JavaCodeFoldingTest.java
3  *
4  * Created on 24 January 2005, 16:49
5  */

6
7 package java_editor_actions;
8
9 import editor_actions.EditorActionsTest;
10 import lib.JavaEditorTestCase;
11
12
13 /**
14  *
15  * @author mato
16  */

17 public class JavaEditorActionsTest extends EditorActionsTest{
18     
19     /** Creates a new instance of JavaCodeFoldingTest */
20     public JavaEditorActionsTest(String JavaDoc testMethodName) {
21         super(testMethodName);
22     }
23     
24     protected String JavaDoc getDefaultProjectName() {
25         return JavaEditorTestCase.PROJECT_NAME;
26     }
27     
28 }
29
Popular Tags