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 aa98ce9 commit 4a6e4b7Copy full SHA for 4a6e4b7
src/simplejavacalculator/CalculatorTest.java
@@ -0,0 +1,14 @@
1
+package simplejavacalculator;
2
+
3
+import static org.junit.Assert.fail;
4
5
+import org.junit.Test;
6
7
+public class CalculatorTest {
8
9
+ @Test
10
+ public void test() {
11
+ fail("Not yet implemented");
12
+ }
13
14
+}
src/simplejavacalculator/SimpleJavaCalculatorTest.java
@@ -1,6 +1,6 @@
package simplejavacalculator;
-import static org.junit.Assert.*;
import org.junit.Test;
src/simplejavacalculator/UITest.java
+public class UITest {
0 commit comments