Added test categories to all registered test cases

This commit is contained in:
Stefan Müller 2024-06-10 20:24:05 +02:00
parent 3f83f888f3
commit e81df9d558
27 changed files with 79 additions and 79 deletions

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TAplentyFullDataTestCase);
RegisterTest(TAplentyExampleTestCase);
RegisterTest('TAplenty', TAplentyFullDataTestCase);
RegisterTest('TAplenty', TAplentyExampleTestCase);
end.

View File

@ -1016,18 +1016,18 @@ end;
initialization
RegisterTest(TBigIntSignTestCase);
RegisterTest(TBigIntMostSignificantBitIndexTestCase);
RegisterTest(TBigIntFromInt64TestCase);
RegisterTest(TBigIntFromHexTestCase);
RegisterTest(TBigIntFromBinTestCase);
RegisterTest(TBigIntUnaryMinusTestCase);
RegisterTest(TBigIntSumTestCase);
RegisterTest(TBigIntDifferenceTestCase);
RegisterTest(TBigIntProductTestCase);
RegisterTest(TBigIntShiftLeftTestCase);
RegisterTest(TBigIntShiftRightTestCase);
RegisterTest(TBigIntEqualityTestCase);
RegisterTest(TBigIntComparisonTestCase);
RegisterTest('Helper.TBigInt', TBigIntSignTestCase);
RegisterTest('Helper.TBigInt', TBigIntMostSignificantBitIndexTestCase);
RegisterTest('Helper.TBigInt', TBigIntFromInt64TestCase);
RegisterTest('Helper.TBigInt', TBigIntFromHexTestCase);
RegisterTest('Helper.TBigInt', TBigIntFromBinTestCase);
RegisterTest('Helper.TBigInt', TBigIntUnaryMinusTestCase);
RegisterTest('Helper.TBigInt', TBigIntSumTestCase);
RegisterTest('Helper.TBigInt', TBigIntDifferenceTestCase);
RegisterTest('Helper.TBigInt', TBigIntProductTestCase);
RegisterTest('Helper.TBigInt', TBigIntShiftLeftTestCase);
RegisterTest('Helper.TBigInt', TBigIntShiftRightTestCase);
RegisterTest('Helper.TBigInt', TBigIntEqualityTestCase);
RegisterTest('Helper.TBigInt', TBigIntComparisonTestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TCamelCardsFullDataTestCase);
RegisterTest(TCamelCardsExampleTestCase);
RegisterTest('TCamelCards', TCamelCardsFullDataTestCase);
RegisterTest('TCamelCards', TCamelCardsExampleTestCase);
end.

View File

@ -120,9 +120,9 @@ end;
initialization
RegisterTest(TCosmicExpansionFullDataTestCase);
RegisterTest(TCosmicExpansionExampleTestCase);
RegisterTest(TCosmicExpansionExampleFactor10TestCase);
RegisterTest(TCosmicExpansionExampleFactor100TestCase);
RegisterTest('TCosmicExpansion', TCosmicExpansionFullDataTestCase);
RegisterTest('TCosmicExpansion', TCosmicExpansionExampleTestCase);
RegisterTest('TCosmicExpansion', TCosmicExpansionExampleFactor10TestCase);
RegisterTest('TCosmicExpansion', TCosmicExpansionExampleFactor100TestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TCubeConundrumFullDataTestCase);
RegisterTest(TCubeConundrumExampleTestCase);
RegisterTest('TCubeConundrum', TCubeConundrumFullDataTestCase);
RegisterTest('TCubeConundrum', TCubeConundrumExampleTestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TFloorWillBeLavaFullDataTestCase);
RegisterTest(TFloorWillBeLavaExampleTestCase);
RegisterTest('TFloorWillBeLava', TFloorWillBeLavaFullDataTestCase);
RegisterTest('TFloorWillBeLava', TFloorWillBeLavaExampleTestCase);
end.

View File

@ -108,7 +108,7 @@ end;
initialization
RegisterTest(TGearRatiosFullDataTestCase);
RegisterTest(TGearRatiosExampleTestCase);
RegisterTest(TGearRatiosTestCase);
RegisterTest('TGearRatios', TGearRatiosFullDataTestCase);
RegisterTest('TGearRatios', TGearRatiosExampleTestCase);
RegisterTest('TGearRatios', TGearRatiosTestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TGiveSeedFertilizerFullDataTestCase);
RegisterTest(TGiveSeedFertilizerExampleTestCase);
RegisterTest('TGiveSeedFertilizer', TGiveSeedFertilizerFullDataTestCase);
RegisterTest('TGiveSeedFertilizer', TGiveSeedFertilizerExampleTestCase);
end.

View File

@ -146,8 +146,8 @@ end;
initialization
RegisterTest(THauntedWastelandFullDataTestCase);
RegisterTest(THauntedWastelandExampleTestCase);
RegisterTest(THauntedWastelandExample2TestCase);
RegisterTest(THauntedWastelandExample3TestCase);
RegisterTest('THauntedWasteland', THauntedWastelandFullDataTestCase);
RegisterTest('THauntedWasteland', THauntedWastelandExampleTestCase);
RegisterTest('THauntedWasteland', THauntedWastelandExample2TestCase);
RegisterTest('THauntedWasteland', THauntedWastelandExample3TestCase);
end.

View File

@ -132,8 +132,8 @@ end;
initialization
RegisterTest(THotSpringsFullDataTestCase);
RegisterTest(THotSpringsExampleTestCase);
RegisterTest(THotSpringsTestCase);
RegisterTest('THotSprings', THotSpringsFullDataTestCase);
RegisterTest('THotSprings', THotSpringsExampleTestCase);
RegisterTest('THotSprings', THotSpringsTestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
//RegisterTest(TLavaductLagoonFullDataTestCase);
//RegisterTest(TLavaductLagoonExampleTestCase);
//RegisterTest('TLavaductLagoon', TLavaductLagoonFullDataTestCase);
//RegisterTest('TLavaductLagoon', TLavaductLagoonExampleTestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TLensLibraryFullDataTestCase);
RegisterTest(TLensLibraryExampleTestCase);
RegisterTest('TLensLibrary', TLensLibraryFullDataTestCase);
RegisterTest('TLensLibrary', TLensLibraryExampleTestCase);
end.

View File

@ -72,7 +72,7 @@ end;
initialization
RegisterTest(TLongWalkFullDataTestCase);
RegisterTest(TLongWalkExampleTestCase);
RegisterTest('TLongWalk', TLongWalkFullDataTestCase);
RegisterTest('TLongWalk', TLongWalkExampleTestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TMirageMaintenanceFullDataTestCase);
RegisterTest(TMirageMaintenanceExampleTestCase);
RegisterTest('TMirageMaintenance', TMirageMaintenanceFullDataTestCase);
RegisterTest('TMirageMaintenance', TMirageMaintenanceExampleTestCase);
end.

View File

@ -178,8 +178,8 @@ end;
initialization
RegisterTest(TNeverTellMeTheOddsFullDataTestCase);
RegisterTest(TNeverTellMeTheOddsExampleTestCase);
RegisterTest(TNeverTellMeTheOddsTestCase);
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsFullDataTestCase);
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsExampleTestCase);
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsTestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TParabolicReflectorDishFullDataTestCase);
RegisterTest(TParabolicReflectorDishExampleTestCase);
RegisterTest('TParabolicReflectorDish', TParabolicReflectorDishFullDataTestCase);
RegisterTest('TParabolicReflectorDish', TParabolicReflectorDishExampleTestCase);
end.

View File

@ -316,13 +316,13 @@ end;
initialization
RegisterTest(TPipeMazeFullDataTestCase);
RegisterTest(TPipeMazeExampleTestCase);
RegisterTest(TPipeMazeExample2TestCase);
RegisterTest(TPipeMazeExample3TestCase);
RegisterTest(TPipeMazeExample4TestCase);
RegisterTest(TPipeMazeExample5TestCase);
RegisterTest(TPipeMazeExample6TestCase);
RegisterTest(TPipeMazeExample7TestCase);
RegisterTest(TPipeMazeExample8TestCase);
RegisterTest('TPipeMaze', TPipeMazeFullDataTestCase);
RegisterTest('TPipeMaze', TPipeMazeExampleTestCase);
RegisterTest('TPipeMaze', TPipeMazeExample2TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample3TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample4TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample5TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample6TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample7TestCase);
RegisterTest('TPipeMaze', TPipeMazeExample8TestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TPointOfIncidenceFullDataTestCase);
RegisterTest(TPointOfIncidenceExampleTestCase);
RegisterTest('TPointOfIncidence', TPointOfIncidenceFullDataTestCase);
RegisterTest('TPointOfIncidence', TPointOfIncidenceExampleTestCase);
end.

View File

@ -133,6 +133,6 @@ end;
initialization
RegisterTest(TPolynomialRootsTestCase);
RegisterTest('Helper', TPolynomialRootsTestCase);
end.

View File

@ -182,6 +182,6 @@ end;
initialization
RegisterTest(TBigIntPolynomialTestCase);
RegisterTest('Helper', TBigIntPolynomialTestCase);
end.

View File

@ -106,8 +106,8 @@ end;
initialization
RegisterTest(TPulsePropagationFullDataTestCase);
RegisterTest(TPulsePropagationExampleTestCase);
RegisterTest(TPulsePropagationExample2TestCase);
RegisterTest('TPulsePropagation', TPulsePropagationFullDataTestCase);
RegisterTest('TPulsePropagation', TPulsePropagationExampleTestCase);
RegisterTest('TPulsePropagation', TPulsePropagationExample2TestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TSandSlabsFullDataTestCase);
RegisterTest(TSandSlabsExampleTestCase);
RegisterTest('TSandSlabs', TSandSlabsFullDataTestCase);
RegisterTest('TSandSlabs', TSandSlabsExampleTestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TScratchcardsFullDataTestCase);
RegisterTest(TScratchcardsExampleTestCase);
RegisterTest('TScratchcards', TScratchcardsFullDataTestCase);
RegisterTest('TScratchcards', TScratchcardsExampleTestCase);
end.

View File

@ -72,7 +72,7 @@ end;
initialization
RegisterTest(TSnowverloadFullDataTestCase);
RegisterTest(TSnowverloadExampleTestCase);
RegisterTest('TSnowverload', TSnowverloadFullDataTestCase);
RegisterTest('TSnowverload', TSnowverloadExampleTestCase);
end.

View File

@ -72,7 +72,7 @@ end;
initialization
RegisterTest(TStepCounterFullDataTestCase);
RegisterTest(TStepCounterMax6ExampleTestCase);
RegisterTest('TStepCounter', TStepCounterFullDataTestCase);
RegisterTest('TStepCounter', TStepCounterMax6ExampleTestCase);
end.

View File

@ -112,7 +112,7 @@ end;
initialization
RegisterTest(TTrebuchetFullDataTestCase);
RegisterTest(TTrebuchetExampleTestCase);
RegisterTest(TTrebuchetExample2TestCase);
RegisterTest('TTrebuchet', TTrebuchetFullDataTestCase);
RegisterTest('TTrebuchet', TTrebuchetExampleTestCase);
RegisterTest('TTrebuchet', TTrebuchetExample2TestCase);
end.

View File

@ -84,6 +84,6 @@ end;
initialization
RegisterTest(TWaitForItFullDataTestCase);
RegisterTest(TWaitForItExampleTestCase);
RegisterTest('TWaitForIt', TWaitForItFullDataTestCase);
RegisterTest('TWaitForIt', TWaitForItExampleTestCase);
end.