Datumsangaben und Uhrzeiten formatieren

ae679310

Kai M.

A newer submission is available.
The code attempted to perform illegal operations, such as accessing system properties or the file system.

Test Suite

97 % 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 3 out of 5 possible bugs in this regard.

Implementation

45 % complete 6 / 13 Tests
  • CasualDateTimeFormatTest.testFormatDate2000: Passed
  • CasualDateTimeFormatTest.testFormatDateMonths: Passed
  • CasualDateTimeFormatTest.testFormatDateNot2000: Passed
  • CasualDateTimeFormatTest.testFormatTime: Passed
  • FormalDateTimeFormatTest.testFormatDate2000: Passed
  • FormalDateTimeFormatTest.testFormatTime: Passed
  • TextFormatterTest.testFormatCasual: Failed
  • TextFormatterTest.testFormatCasualDate: Failed
  • TextFormatterTest.testFormatCasualTime: Failed
  • TextFormatterTest.testFormatEmpty: Failed
  • TextFormatterTest.testFormatFormal: Failed
  • TextFormatterTest.testFormatFormalDate: Failed
  • TextFormatterTest.testFormatFormalTime: Failed

Other Submissions