Casual Time

1e60124e

Serkan T.

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

16 % complete

Suggestions

  • Revise incorrect test empty. The test failed on line 52 when run against a reference implementation:
    NumberFormatException: For input string: ""
  • Revise incorrect test past. The test failed on line 46 when run against a reference implementation:
    AssertionFailedError: expected: <true> but was: <false>
  • Revise incorrect test punkt. The test failed on line 66 when run against a reference implementation:
    NumberFormatException: For input string: "13.30"
  • Revise incorrect test quarter. The test failed on line 39 when run against a reference implementation:
    AssertionFailedError: expected: <true> but was: <false>
  • Revise incorrect test word. The test failed on line 59 when run against a reference implementation:
    NumberFormatException: For input string: "aa"
  • Zeiten mit Viertelstunden testen.
  • Zeiten mit Minuten, die durch 5 teilbar sind, testen.
  • Zeiten mit Minuten, die nicht durch 5 teilbar sind, testen.

Implementation

16 % complete 8 / 8 Tests
  • empty: Passed
  • half: Passed
  • past: Passed
  • punkt: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • word: Passed

Other Submissions