@ -7,8 +7,12 @@ import org.junit.Test;
public class BowlingCalculatorTest {
@Test
public void test() {
fail("Not yet implemented");
public void returnsZeroWhenNoPinIsHit() {
// arrange
String listOfThrows = "-- -- -- -- -- -- -- -- -- --";
int expectedValue = 0;
new BownlingCalculator();
}