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.
2 parents fe44aed + 5300d7c commit 37e249aCopy full SHA for 37e249a
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