Datumsangaben und Uhrzeiten formatieren

16ef36d5

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.create. The test failed on line 14 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test CasualDateTimeFormatTest.testFormatDate. The test failed on line 21 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test FormalDateTimeFormatTest.create. The test failed on line 11 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test FormalDateTimeFormatTest.testFormatTime. The test failed on line 19 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test TextFormatterTest.testFormatText. The test failed on line 12 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 5 / 5 Tests
  • CasualDateTimeFormatTest.create: Passed
  • CasualDateTimeFormatTest.testFormatDate: Passed
  • FormalDateTimeFormatTest.create: Passed
  • FormalDateTimeFormatTest.testFormatTime: Passed
  • TextFormatterTest.testFormatText: Passed

Other Submissions