Datumsangaben und Uhrzeiten formatieren

cffa215c

Lukas H.

A newer submission is available.

Test Suite

96 % complete

Suggestions

  • Testen, dass CasualDateTimeFormat auch Daten ausserhalb der Jahre 2000 – 2099 korrekt formatiert. The test suite already does this partially, but it only detects 2 out of 5 possible bugs in this regard.

Implementation

64 % complete 8 / 12 Tests
  • CasualDateTimeFormatTest.formatDateOtherCentury: Failed
  • CasualDateTimeFormatTest.formatDateSimple: Failed
  • CasualDateTimeFormatTest.formateTime: Passed
  • CasualDateTimeFormatTest.implementsInterface: Passed
  • FormalDateTimeFormatTest.formatDate: Passed
  • FormalDateTimeFormatTest.formateTime: Passed
  • FormalDateTimeFormatTest.implementsInterface: Passed
  • TextFormatterTest.formatBoth: Failed
  • TextFormatterTest.formatDate: Failed
  • TextFormatterTest.formatTime: Passed
  • TextFormatterTest.noValidFormat: Passed
  • TextFormatterTest.returnOriginalText: Passed

Other Submissions