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 initialization
RegisterTest(TAplentyFullDataTestCase); RegisterTest('TAplenty', TAplentyFullDataTestCase);
RegisterTest(TAplentyExampleTestCase); RegisterTest('TAplenty', TAplentyExampleTestCase);
end. end.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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