Make test classes and methods package-private

This commit is contained in:
Andreas Dangel
2023-01-17 15:41:31 +01:00
parent d5b3478c8a
commit c23ecab2c6
16 changed files with 52 additions and 58 deletions

View File

@ -53,12 +53,12 @@ class MatlabTokenizerTest extends CpdTextComparisonTest {
}
@Test
public void testDoubleQuotedStrings() {
void testDoubleQuotedStrings() {
doTest("doubleQuotedStrings");
}
@Test
public void testTabWidth() {
void testTabWidth() {
doTest("tabWidth");
}
}