26d45329 Jul 19, 2025, 10:52:32 AM (UTC)
Kai M.
A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.
The code attempted to perform illegal operations, such as accessing system properties or the file system.
Test Suite
74 % complete
Suggestions
-
Revise incorrect test
FormalDateTimeFormatTest.testFormatDate2000. The test failed on line 12 when run against a reference implementation:AssertionFailedError: expected: <01.01.986> but was: <01.01.0986> -
Revise incorrect test
TextFormatterTest.testFormatFormalDate. The test failed on line 28 when run against a reference implementation:AssertionFailedError: expected: <01.01.999> but was: <01.01.0999> -
Testen, dass
FormalDateTimeFormatein Datum auch dann korrekt formatiert, wenn das Jahr weniger als vier Ziffern hat. -
Testen, dass
CasualDateTimeFormatauch 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. -
Testen, dass man ein
TextFormatter-Objekt erstellen kann, die Methodeformatvorhanden ist und dass beim Formatieren eines leeren Textes wieder ein leerer Text zurückgegeben wird. The test suite already does this partially, but it only detects 1 out of 2 possible bugs in this regard.
Implementation
37 % complete
6 / 12 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.testFormatFormal: Failed
- TextFormatterTest.testFormatFormalDate: Failed
- TextFormatterTest.testFormatFormalTime: Failed
Other Submissions
-
8cfa6de2
Jul 26, 2025, 1:33:54 PM (UTC)
-
1f42f936
Jul 26, 2025, 1:01:25 PM (UTC)
-
f7399e9d
Jul 26, 2025, 12:59:37 PM (UTC)
-
61ccf102
Jul 26, 2025, 12:45:39 PM (UTC)
-
b4c7d907
Jul 19, 2025, 11:15:29 AM (UTC)
-
ae679310
Jul 19, 2025, 11:11:09 AM (UTC)
-
26d45329
Jul 19, 2025, 10:52:32 AM (UTC)
-
0cb0a5bc
Jul 18, 2025, 7:43:54 PM (UTC)
-
3e8ef6af
Jul 18, 2025, 7:29:45 PM (UTC)
-
94efefd3
Jul 18, 2025, 6:39:16 PM (UTC)