Skip to content

Upgrade ot Java 21 #451

Upgrade ot Java 21

Upgrade ot Java 21 #451

GitHub Actions / JUnit Test Report succeeded May 13, 2024 in 0s

292 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
day-01/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.one.model.BackpackTest.xml 3✔️ 51ms
day-01/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.one.model.ExpeditionTest.xml 1✔️ 4ms
day-01/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.one.supplier.impl.FromFileExpeditionSupplierTest.xml 189ms
day-01/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.one.supplier.impl.FromFileExpeditionSupplierTest$GetHighestCaloriesFromAllBackpacksTest.xml 2✔️ 13ms
day-01/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.one.supplier.impl.FromFileExpeditionSupplierTest$GetHighestCaloriesFromNHighestBackpacksTest.xml 3✔️ 65ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.model.GameSelectionTest.xml 1✔️ 4ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.ScoreFunctionTest.xml 65ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.ScoreFunctionTest$ScoringTest.xml 56ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.ScoreFunctionTest$ScoringTest$PaperAgainst.xml 3✔️ 14ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.ScoreFunctionTest$ScoringTest$RockAgainst.xml 3✔️ 12ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.ScoreFunctionTest$ScoringTest$ScissorsAgainst.xml 3✔️ 19ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.supplier.impl.OpponentCharacterToSelectionConverterTest.xml 4✔️ 15ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.supplier.impl.second.colum.game.outcome.FromFileGameSelectionsSupplierTest.xml 4✔️ 162ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.supplier.impl.second.colum.game.outcome.SecondColumGameOutcomeConverterTest.xml 4✔️ 9ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.supplier.impl.second.colum.own.selection.FromFileGameSelectionsSupplierTest.xml 4✔️ 49ms
day-02/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.two.supplier.impl.second.colum.own.selection.SecondColumOwnSelectionConverterTest.xml 4✔️ 19ms
day-03/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.three.model.BadgeFinderTest.xml 7✔️ 169ms
day-03/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.three.model.RucksackTest.xml 2✔️ 4ms
day-03/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.three.supplier.impl.FromFileRucksackSupplierTest.xml 2✔️ 87ms
day-04/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.four.model.IntervalContainCheckerTest.xml 2✔️ 58ms
day-04/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.four.model.IntervalOverlapCheckerTest.xml 2✔️ 21ms
day-04/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.four.supplier.impl.FromFileIntervalPairSupplierTest.xml 2✔️ 73ms
day-05/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.five.model.CargoBayTest.xml 90ms
day-05/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.five.model.CargoBayTest$CommonLifter.xml 2✔️ 21ms
day-05/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.five.model.CargoBayTest$LifterOver9000.xml 2✔️ 52ms
day-05/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.five.model.UnloadInstructionTest.xml 6✔️ 30ms
day-05/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.five.supplier.impl.FromFileNumberedStackSupplierTest.xml 3✔️ 170ms
day-06/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.six.MarkerFinderTest.xml 322ms
day-06/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.six.MarkerFinderTest$StartOfMessageTest.xml 7✔️ 255ms
day-06/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.six.MarkerFinderTest$StartOfPacketTest.xml 7✔️ 39ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.CommandsAndResponsesParserTest.xml 4✔️ 82ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.DirectoryTest.xml 131ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.DirectoryTest$ConstructorTest.xml 3✔️ 21ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.DirectoryTest$MutatorTests.xml 4✔️ 102ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.FileTest.xml 12ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.model.FileTest$ConstructorTest.xml 2✔️ 5ms
day-07/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seven.supplier.impl.FromStringCommandsAndResponsesSupplierTest.xml 1✔️ 60ms
day-08/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eight.TreeCounterTest.xml 181ms
day-08/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eight.TreeCounterTest$CalculateHighestScenicScoreTest.xml 2✔️ 127ms
day-08/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eight.TreeCounterTest$CountVisibleTreesFromOutsideTest.xml 2✔️ 24ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.model.DirectionTest.xml 5✔️ 18ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.model.PointTest.xml 4✔️ 230ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.RopeMovementSimulatorTest.xml 98ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.RopeMovementSimulatorTest$SimulateMovementAndCountCoordinatesVisitedByTailTest.xml 2✔️ 22ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.RopeMovementSimulatorTest$SimulateMovementOfNKnotsAndCountCoordinatesVisitedByTailTest.xml 2✔️ 59ms
day-09/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nine.supplier.impl.FromFileMovementCommandsSupplierTest.xml 2✔️ 75ms
day-10/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.ten.model.InstructionsExecutorTest.xml 109ms
day-10/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.ten.model.InstructionsExecutorTest$CrtTest.xml 2✔️ 63ms
day-10/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.ten.model.InstructionsExecutorTest$SignalStrengthTest.xml 2✔️ 36ms
day-10/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.ten.supplier.impl.FromFileInstructionsWithParameterSupplierTest.xml 2✔️ 62ms
day-11/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eleven.model.MonkeyBusinessTest.xml 232ms
day-11/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eleven.model.MonkeyBusinessTest$PlayNRoundsAndCalculateTopMMonkeyBusinessTestWithoutStressModifier.xml 2✔️ 180ms
day-11/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eleven.model.MonkeyBusinessTest$PlayNRoundsAndCalculateTopMMonkeyBusinessTestWithStressModifier.xml 2✔️ 10ms
day-11/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eleven.parser.MonkeyParserTest.xml 6✔️ 207ms
day-12/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twelve.model.BoardSolverTest.xml 166ms
day-12/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twelve.model.BoardSolverTest$FromAnyZeroHeightFieldToFinish.xml 2✔️ 116ms
day-12/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twelve.model.BoardSolverTest$FromStartToFinish.xml 2✔️ 36ms
day-12/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twelve.model.impl.FromFileBoardTest.xml 3✔️ 300ms
day-13/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.thirteen.DecoderTest.xml 176ms
day-13/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.thirteen.DecoderTest$CalculateDecoderKeyTest.xml 5✔️ 29ms
day-13/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.thirteen.DecoderTest$PairsInRightOrderTest.xml 2✔️ 32ms
day-13/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.thirteen.parser.FromFileParserTest.xml 5✔️ 149ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.FallingSandSimulatorTest.xml 861ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.FallingSandSimulatorTest$LetSandFallUntilEverythingWillFallIntoTheAbyssTest.xml 2✔️ 93ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.FallingSandSimulatorTest$LetSandFallUntilOriginIsBlockedTest.xml 2✔️ 731ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.model.GrainOfSandTest.xml 4✔️ 22ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.model.LineTest.xml 2✔️ 3ms
day-14/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fourteen.supplier.impl.FromFileLinesSupplierTest.xml 2✔️ 130ms
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.CoverageCalculatorTest.xml 4s
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.CoverageCalculatorTest$FindTuningFrequency.xml 2✔️ 4s
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.CoverageCalculatorTest$GetCoverageOnYCoordinateTest.xml 2✔️ 21ms
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.model.IntervalTest.xml 9✔️ 153ms
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.supplier.impl.FromFilePointPairsSupplierTest.xml 1✔️ 73ms
day-15/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.fifteen.supplier.impl.FromStringPointPairsSupplierTest.xml 1✔️ 3ms
day-16/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.sixteen.model.ValveNetworkTest.xml 2s
day-16/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.sixteen.model.ValveNetworkTest$ReleaseMaximumPressureWithOneActorTest.xml 2✔️ 1s
day-16/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.sixteen.model.ValveNetworkTest$ReleaseMaximumPressureWithTwoActorsTest.xml 3✔️ 363ms
day-16/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.sixteen.supplier.impl.FromFileValveDescriptionsSupplierTest.xml 1✔️ 98ms
day-17/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seventeen.model.ShapeTileTest.xml 158ms
day-17/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seventeen.model.ShapeTileTest$MoveTest.xml 4✔️ 154ms
day-17/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seventeen.model.TetrisInTheWindTest.xml 492ms
day-17/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seventeen.model.TetrisInTheWindTest$Let1000000000000RocksFallTest.xml 2✔️ 349ms
day-17/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.seventeen.model.TetrisInTheWindTest$Let2022RocksFallTest.xml 2✔️ 99ms
day-18/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eighteen.model.SurfaceCalculatorTest.xml 254ms
day-18/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eighteen.model.SurfaceCalculatorTest$SurfaceAreaConsiderTrappedAirBubblesTest.xml 2✔️ 205ms
day-18/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eighteen.model.SurfaceCalculatorTest$SurfaceAreaIgnoreTrappedAirBubblesTest.xml 2✔️ 26ms
day-18/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.eighteen.supplier.impl.FromStringPointsSupplierTest.xml 1✔️ 70ms
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.model.BlueprintEvaluatorTest.xml 38s
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.model.BlueprintEvaluatorTest$MineFor24Minutes.xml 2✔️ 7s
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.model.BlueprintEvaluatorTest$MineFor32Minutes.xml 1✔️ 31s
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.model.ResourceTypeTest.xml 206ms
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.model.ResourceTypeTest$FactoryMethodTest.xml 5✔️ 181ms
day-19/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.nineteen.parser.BlueprintParserTest.xml 8✔️ 47ms
day-20/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twenty.model.ScrambledLongTest.xml 1✔️ 4ms
day-20/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twenty.model.UnscramblerTest.xml 422ms
day-20/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twenty.model.UnscramblerTest$LongUnscrambleTest.xml 2✔️ 370ms
day-20/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twenty.model.UnscramblerTest$ShortUnscrambleTest.xml 2✔️ 45ms
day-20/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twenty.supplier.impl.FromStringLongListSupplierTest.xml 2✔️ 84ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.impl.BaseMonkeyTest.xml 3✔️ 6ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.impl.ExpressionMonkeyTest.xml 38ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.impl.ExpressionMonkeyTest$WhoDoesNotContainTest.xml 11✔️ 11ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.MonkeyTreeTest.xml 434ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.MonkeyTreeTest$EvaluateTest.xml 2✔️ 156ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.MonkeyTreeTest$SolveForTest.xml 2✔️ 247ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.parser.impl.OperatorTest.xml 142ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.parser.impl.OperatorTest$FactoryMethodTest.xml 5✔️ 131ms
day-21/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyone.model.parser.MonkeysParserTest.xml 6✔️ 62ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.CommandExecutorTest.xml 486ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.CommandExecutorTest$CubeNeighbourTest.xml 3✔️ 185ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.CommandExecutorTest$PlanarNeighbourTest.xml 2✔️ 257ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.CommandTest.xml 2✔️ 14ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.DirectionTest.xml 146ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.DirectionTest$FactoryMethodTest.xml 5✔️ 20ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.model.DirectionTest$RotationTest.xml 9✔️ 116ms
day-22/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentytwo.supplier.impl.FromStringFieldsAndCommandsSupplierTest.xml 3✔️ 86ms
day-23/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentythree.model.ElfMovementSimulatorTest.xml 4s
day-23/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentythree.model.ElfMovementSimulatorTest$SimulateTenStepsTest.xml 2✔️ 174ms
day-23/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentythree.model.ElfMovementSimulatorTest$SimulateUntilStabilizationTest.xml 2✔️ 4s
day-23/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentythree.supplier.impl.FromStringElvesSupplierTest.xml 1✔️ 60ms
day-24/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfour.model.BlizzardPathFinderTest.xml 2s
day-24/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfour.model.BlizzardPathFinderTest$DirectPathTest.xml 2✔️ 687ms
day-24/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfour.model.BlizzardPathFinderTest$MultiGoalPathTest.xml 2✔️ 2s
day-24/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfour.model.DirectionTest.xml 5✔️ 122ms
day-24/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfour.supplier.impl.FromStringBlizzardRoutingConfigSupplierTest.xml 1✔️ 64ms
day-25/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfive.model.SnafuConverterTest.xml 132ms
day-25/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfive.model.SnafuConverterTest$FromToConverterTest.xml 2✔️ 86ms
day-25/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfive.model.SnafuConverterTest$IllegalInputTest.xml 1✔️ 25ms
day-25/target/surefire-reports/TEST-de.turing85.advent.of.code.tttt.day.twentyfive.supplier.impl.FromStringSnafusSupplierTest.xml 1✔️ 64ms