Casual Time

209183ad

Jonas M.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

41 % complete

Suggestions

  • Revise incorrect test five. The test failed on line 47 when run against a reference implementation:
    AssertionFailedError: expected: <five past 10> but was: <5 past 10>
  • Revise incorrect test invalidInputs. The test failed on line 86 when run against a reference implementation:
    AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown.
  • Revise incorrect test ten. The test failed on line 53 when run against a reference implementation:
    AssertionFailedError: expected: <ten past 10> but was: <10 past 10>
  • Revise incorrect test twenty. The test failed on line 59 when run against a reference implementation:
    AssertionFailedError: expected: <twenty past 10> but was: <20 past 10>
  • Revise incorrect test twentyfive. The test failed on line 65 when run against a reference implementation:
    AssertionFailedError: expected: <twenty-five past 10> but was: <25 past 10>
  • Zeiten mit Minuten, die durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 2 out of 4 possible bugs in this regard.
  • Zeiten mit Minuten, die nicht durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 1 out of 3 possible bugs in this regard.

Implementation

41 % complete 10 / 10 Tests
  • five: Passed
  • half: Passed
  • invalidInputs: Passed
  • notDividableByFive: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • ten: Passed
  • twenty: Passed
  • twentyfive: Passed

Other Submissions