0bf7f36d Jul 31, 2025, 9:17:57 PM (UTC)
Baris T.
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
15 % complete
Suggestions
-
Revise incorrect test
CasualDateTimeFormatTest.testFormatTime. The test failed on line 20 when run against a reference implementation:AssertionFailedError: expected: <9 Uhr 00> but was: <9 Uhr> -
Revise incorrect test
FormalDateTimeFormatTest.testFormatDate. The test failed on line 12 when run against a reference implementation:AssertionFailedError: expected: <03.07.999> but was: <03.07.0999> -
Revise incorrect test
TextFormatterTest.testCasual. The test failed on line 22 when run against a reference implementation:AssertionFailedError: expected: <Kickoff am 24. Juni '24. Beginn: 9 Uhr, Ende: 14 Uhr 30.> but was: <Kickoff am ${2024 06 24}. Beginn: ${9 0}, Ende: ${14 30}.> -
Revise incorrect test
TextFormatterTest.testFormal. The test failed on line 14 when run against a reference implementation:AssertionFailedError: expected: <Kickoff am 2024-06-24. Beginn: 09:00, Ende: 14:30.> but was: <Kickoff am ${2024 06 24}. Beginn: ${9 0}, Ende: ${14 30}.> -
Testen, dass man ein
FormalDateTimeFormat-Objekt erstellen kann und die MethodenformatDateundformatTimevorhanden sind. The test suite already does this partially, but it only detects 6 out of 8 possible bugs in this regard. -
Testen, dass
FormalDateTimeFormatein Datum korrekt formatiert, zumindest für den einfachsten Fall. The test suite already does this partially, but it only detects 1 out of 8 possible bugs in this regard. -
Testen, dass
FormalDateTimeFormatein Datum auch dann korrekt formatiert, wenn das Jahr weniger als vier Ziffern hat.
Implementation
11 % complete
5 / 7 Tests
- CasualDateTimeFormatTest.testFormatDate: Passed
- CasualDateTimeFormatTest.testFormatTime: Passed
- CasualDateTimeFormatTest.testInterfaceMethodsExist: Passed
- FormalDateTimeFormatTest.testFormatDate: Passed
- FormalDateTimeFormatTest.testFormatTime: Passed
- TextFormatterTest.testCasual: Failed
- TextFormatterTest.testFormal: Failed
Other Submissions
-
5e401dec
Aug 1, 2025, 9:53:38 AM (UTC)
-
66a813e4
Jul 31, 2025, 9:32:49 PM (UTC)
-
0bf7f36d
Jul 31, 2025, 9:17:57 PM (UTC)
-
be17a442
Jul 31, 2025, 9:03:04 PM (UTC)
-
8b7af071
Jul 31, 2025, 7:36:16 PM (UTC)
- 87c27c78 Jul 31, 2025, 7:30:41 PM (UTC) Error
- 117fedcf Jul 31, 2025, 7:29:32 PM (UTC) Error
-
ba79a35f
Jul 31, 2025, 7:28:27 PM (UTC)
-
6333f8a4
Jul 30, 2025, 6:50:16 PM (UTC)
-
07659ec4
Jul 24, 2025, 4:18:47 PM (UTC)
-
14d2c6a1
Jul 24, 2025, 4:11:54 PM (UTC)
-
205ed745
Jul 24, 2025, 3:13:35 PM (UTC)