1 19 20 21 package lib; 22 23 import lib.EditorTestCase; 24 25 29 public class JavaEditorTestCase extends EditorTestCase { 30 31 public static final String PROJECT_NAME = "java_editor_test"; 33 public JavaEditorTestCase(String testMethodName) { 34 super(testMethodName); 35 } 36 37 protected String getDefaultProjectName() { 38 return PROJECT_NAME; 39 } 40 } 41 | Popular Tags |