You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
197 B

  1. package de.edu.hsfulda.ciip.tdd;
  2. import static org.junit.Assert.*;
  3. import org.junit.Test;
  4. public class BowlingCalculatorTest {
  5. @Test
  6. public void test() {
  7. fail("Not yet implemented");
  8. }
  9. }