c59cf403 Aug 17, 2025, 11:09:18 AM (UTC)
Diego 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.
Test Suite
4 % complete
Suggestions
-
Revise incorrect test
formats_valid_dates(int, int, int, java.lang.String). The test failed on line 26 when run against a reference implementation:AssertionFailedError: expected: <05.11.934> but was: <05.11.0934> -
Revise incorrect test
rejects_invalid_day(int, int, int). The test failed on line 46 when run against a reference implementation:AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown. -
Revise incorrect test
rejects_invalid_month(int, int, int). The test failed on line 32 when run against a reference implementation:AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown. -
Revise incorrect test
rejects_invalid_time(int, int). The test failed on line 68 when run against a reference implementation:AssertionFailedError: Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown. -
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
4 % complete
5 / 5 Tests
- formats_valid_dates(int, int, int, java.lang.String): Passed
- rejects_invalid_month(int, int, int): Passed
- rejects_invalid_day(int, int, int): Passed
- formats_valid_time(int, int, java.lang.String): Passed
- rejects_invalid_time(int, int): Passed
Other Submissions
-
05cee9af
Aug 19, 2025, 2:04:22 PM (UTC)
-
84eff777
Aug 19, 2025, 1:57:31 PM (UTC)
-
c8772a33
Aug 19, 2025, 1:53:55 PM (UTC)
-
fc69b940
Aug 19, 2025, 1:15:29 PM (UTC)
-
5cd95d3f
Aug 18, 2025, 7:39:57 AM (UTC)
-
546b7344
Aug 17, 2025, 3:05:16 PM (UTC)
-
07306add
Aug 17, 2025, 2:55:03 PM (UTC)
-
6b8f5024
Aug 17, 2025, 2:46:45 PM (UTC)
-
71813e61
Aug 17, 2025, 2:39:52 PM (UTC)
-
436646fa
Aug 17, 2025, 12:39:38 PM (UTC)
-
3272cb25
Aug 17, 2025, 11:52:12 AM (UTC)
-
c59cf403
Aug 17, 2025, 11:09:18 AM (UTC)