Browse Source

generated first test

master
Thomas Papendieck 5 years ago
parent
commit
4bbce71638
  1. 14
      TDD-pure-function/src/test/java/de/edu/hsfulda/ciip/tdd/BowlingCalculatorTest.java

14
TDD-pure-function/src/test/java/de/edu/hsfulda/ciip/tdd/BowlingCalculatorTest.java

@ -0,0 +1,14 @@
package de.edu.hsfulda.ciip.tdd;
import static org.junit.Assert.*;
import org.junit.Test;
public class BowlingCalculatorTest {
@Test
public void test() {
fail("Not yet implemented");
}
}
Loading…
Cancel
Save