Skip to content

Commit 81f2a22

Browse files
committed
Update MainMethodTest.java
1 parent 051a813 commit 81f2a22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/MainMethodTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*
12
import org.junit.jupiter.api.Test;
23
import java.io.File;
34
import java.io.IOException;
@@ -55,3 +56,4 @@ private String getClassName(Path classFile) {
5556
return fileName.substring(0, fileName.length() - ".class".length()).replace(File.separatorChar, '.');
5657
}
5758
}
59+
*/

0 commit comments

Comments
 (0)