We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe44aed commit 5300d7cCopy full SHA for 5300d7c
examples/09_java_testing/config/config.json
@@ -19,7 +19,7 @@
19
"type" : "Compilation",
20
"title" : "Java - Instructor JUnit Test Compilation",
21
"command" : "javac -cp submitty_junit.jar:. FactorialTest.java",
22
- "executable_name" : "FactorialTest.class",
+ "executable_name" : [ "Factorial.class", "FactorialTest.class" ],
23
"points" : 2
24
},
25
{
0 commit comments