Skip to content

Commit

Permalink
Issue 37: make ${srcFile}(Test|IT) the default test name pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dstango committed Dec 17, 2023
1 parent dbf4365 commit 3f92968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface PreferenceConstants
String DEFAULT_TEST_SUPERCLASS = "";
boolean DEFAULT_EXTENDED_TEST_METHOD_SEARCH = true;
boolean DEFAULT_ENABLE_TEST_METHOD_SEARCH_BY_NAME = true;
String DEFAULT_TEST_CLASS_NAME_TEMPLATE = TestFileNamePattern.SRC_FILE_VARIABLE + "Test";
String DEFAULT_TEST_CLASS_NAME_TEMPLATE = TestFileNamePattern.SRC_FILE_VARIABLE + "(Test|IT)";
String DEFAULT_TEST_METHOD_DEFAULT_CONTENT = "throw new RuntimeException(\"not yet implemented\");";
String DEFAULT_TEST_ANNOTATION_MODE = "OFF";

Expand Down

0 comments on commit 3f92968

Please sign in to comment.