Datumsangaben und Uhrzeiten formatieren

14a46812

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

4 % complete

Suggestions

  • Revise incorrect test testFormatDate1998. The test failed on line 24 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test testFormatDate2000. The test failed on line 12 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test testFormatDate2099. The test failed on line 18 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Testen, dass man ein FormalDateTimeFormat-Objekt erstellen kann und die Methoden formatDate und formatTime vorhanden sind.
  • Testen, dass FormalDateTimeFormat ein Datum korrekt formatiert, zumindest für den einfachsten Fall.
  • Testen, dass FormalDateTimeFormat ein Datum auch dann korrekt formatiert, wenn Tag oder Monat nur eine Ziffer haben.

Implementation

4 % complete 5 / 5 Tests
  • testFormatDate1998: Passed
  • testFormatDate2000: Passed
  • testFormatDate2099: Passed
  • testFormatTime: Passed
  • testFormatTimeUngultig: Passed

Other Submissions