Datumsangaben und Uhrzeiten formatieren

f404dd3a

Irina P.

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

0 % complete

Suggestions

  • Revise incorrect test CasualDateTimeFormatTest.testFormatDate. The test failed on line 13 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test FormalDateTimeFormatTest.testFormatTime. The test failed on line 10 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test TextFormatterTest.testFormatText. The test failed on line 10 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

0 % complete 3 / 3 Tests
  • CasualDateTimeFormatTest.testFormatDate: Passed
  • FormalDateTimeFormatTest.testFormatTime: Passed
  • TextFormatterTest.testFormatText: Passed

Other Submissions