Casual Time

119db16a

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

59 % complete

Suggestions

  • Revise incorrect test testFiveMinuteSteps. The test failed on line 45 when run against a reference implementation:
    AssertionFailedError: expected: <five past 10> but was: <5 past 10>
  • Revise incorrect test testInvalidInput. The test failed on line 79 when run against a reference implementation:
    AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown.
  • Zeiten mit Minuten, die durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 1 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

59 % complete 8 / 8 Tests
  • half: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • testBoundaryCases: Passed
  • testFiveMinuteSteps: Passed
  • testInvalidInput: Passed
  • testIrregularMinutes: Passed
  • testQuarter: Passed

Other Submissions