Added test categories to all registered test cases
This commit is contained in:
parent
3f83f888f3
commit
e81df9d558
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TAplentyFullDataTestCase);
|
||||
RegisterTest(TAplentyExampleTestCase);
|
||||
RegisterTest('TAplenty', TAplentyFullDataTestCase);
|
||||
RegisterTest('TAplenty', TAplentyExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TCamelCardsFullDataTestCase);
|
||||
RegisterTest(TCamelCardsExampleTestCase);
|
||||
RegisterTest('TCamelCards', TCamelCardsFullDataTestCase);
|
||||
RegisterTest('TCamelCards', TCamelCardsExampleTestCase);
|
||||
end.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TCubeConundrumFullDataTestCase);
|
||||
RegisterTest(TCubeConundrumExampleTestCase);
|
||||
RegisterTest('TCubeConundrum', TCubeConundrumFullDataTestCase);
|
||||
RegisterTest('TCubeConundrum', TCubeConundrumExampleTestCase);
|
||||
end.
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TFloorWillBeLavaFullDataTestCase);
|
||||
RegisterTest(TFloorWillBeLavaExampleTestCase);
|
||||
RegisterTest('TFloorWillBeLava', TFloorWillBeLavaFullDataTestCase);
|
||||
RegisterTest('TFloorWillBeLava', TFloorWillBeLavaExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TGearRatiosFullDataTestCase);
|
||||
RegisterTest(TGearRatiosExampleTestCase);
|
||||
RegisterTest(TGearRatiosTestCase);
|
||||
RegisterTest('TGearRatios', TGearRatiosFullDataTestCase);
|
||||
RegisterTest('TGearRatios', TGearRatiosExampleTestCase);
|
||||
RegisterTest('TGearRatios', TGearRatiosTestCase);
|
||||
end.
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TGiveSeedFertilizerFullDataTestCase);
|
||||
RegisterTest(TGiveSeedFertilizerExampleTestCase);
|
||||
RegisterTest('TGiveSeedFertilizer', TGiveSeedFertilizerFullDataTestCase);
|
||||
RegisterTest('TGiveSeedFertilizer', TGiveSeedFertilizerExampleTestCase);
|
||||
end.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -132,8 +132,8 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(THotSpringsFullDataTestCase);
|
||||
RegisterTest(THotSpringsExampleTestCase);
|
||||
RegisterTest(THotSpringsTestCase);
|
||||
RegisterTest('THotSprings', THotSpringsFullDataTestCase);
|
||||
RegisterTest('THotSprings', THotSpringsExampleTestCase);
|
||||
RegisterTest('THotSprings', THotSpringsTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
//RegisterTest(TLavaductLagoonFullDataTestCase);
|
||||
//RegisterTest(TLavaductLagoonExampleTestCase);
|
||||
//RegisterTest('TLavaductLagoon', TLavaductLagoonFullDataTestCase);
|
||||
//RegisterTest('TLavaductLagoon', TLavaductLagoonExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TLensLibraryFullDataTestCase);
|
||||
RegisterTest(TLensLibraryExampleTestCase);
|
||||
RegisterTest('TLensLibrary', TLensLibraryFullDataTestCase);
|
||||
RegisterTest('TLensLibrary', TLensLibraryExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TLongWalkFullDataTestCase);
|
||||
RegisterTest(TLongWalkExampleTestCase);
|
||||
RegisterTest('TLongWalk', TLongWalkFullDataTestCase);
|
||||
RegisterTest('TLongWalk', TLongWalkExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TMirageMaintenanceFullDataTestCase);
|
||||
RegisterTest(TMirageMaintenanceExampleTestCase);
|
||||
RegisterTest('TMirageMaintenance', TMirageMaintenanceFullDataTestCase);
|
||||
RegisterTest('TMirageMaintenance', TMirageMaintenanceExampleTestCase);
|
||||
end.
|
||||
|
|
|
@ -178,8 +178,8 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TNeverTellMeTheOddsFullDataTestCase);
|
||||
RegisterTest(TNeverTellMeTheOddsExampleTestCase);
|
||||
RegisterTest(TNeverTellMeTheOddsTestCase);
|
||||
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsFullDataTestCase);
|
||||
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsExampleTestCase);
|
||||
RegisterTest('TNeverTellMeTheOdds', TNeverTellMeTheOddsTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TParabolicReflectorDishFullDataTestCase);
|
||||
RegisterTest(TParabolicReflectorDishExampleTestCase);
|
||||
RegisterTest('TParabolicReflectorDish', TParabolicReflectorDishFullDataTestCase);
|
||||
RegisterTest('TParabolicReflectorDish', TParabolicReflectorDishExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TPointOfIncidenceFullDataTestCase);
|
||||
RegisterTest(TPointOfIncidenceExampleTestCase);
|
||||
RegisterTest('TPointOfIncidence', TPointOfIncidenceFullDataTestCase);
|
||||
RegisterTest('TPointOfIncidence', TPointOfIncidenceExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -133,6 +133,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TPolynomialRootsTestCase);
|
||||
RegisterTest('Helper', TPolynomialRootsTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -182,6 +182,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TBigIntPolynomialTestCase);
|
||||
RegisterTest('Helper', TBigIntPolynomialTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -106,8 +106,8 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TPulsePropagationFullDataTestCase);
|
||||
RegisterTest(TPulsePropagationExampleTestCase);
|
||||
RegisterTest(TPulsePropagationExample2TestCase);
|
||||
RegisterTest('TPulsePropagation', TPulsePropagationFullDataTestCase);
|
||||
RegisterTest('TPulsePropagation', TPulsePropagationExampleTestCase);
|
||||
RegisterTest('TPulsePropagation', TPulsePropagationExample2TestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TSandSlabsFullDataTestCase);
|
||||
RegisterTest(TSandSlabsExampleTestCase);
|
||||
RegisterTest('TSandSlabs', TSandSlabsFullDataTestCase);
|
||||
RegisterTest('TSandSlabs', TSandSlabsExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TScratchcardsFullDataTestCase);
|
||||
RegisterTest(TScratchcardsExampleTestCase);
|
||||
RegisterTest('TScratchcards', TScratchcardsFullDataTestCase);
|
||||
RegisterTest('TScratchcards', TScratchcardsExampleTestCase);
|
||||
end.
|
||||
|
|
|
@ -72,7 +72,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TSnowverloadFullDataTestCase);
|
||||
RegisterTest(TSnowverloadExampleTestCase);
|
||||
RegisterTest('TSnowverload', TSnowverloadFullDataTestCase);
|
||||
RegisterTest('TSnowverload', TSnowverloadExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TStepCounterFullDataTestCase);
|
||||
RegisterTest(TStepCounterMax6ExampleTestCase);
|
||||
RegisterTest('TStepCounter', TStepCounterFullDataTestCase);
|
||||
RegisterTest('TStepCounter', TStepCounterMax6ExampleTestCase);
|
||||
end.
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TTrebuchetFullDataTestCase);
|
||||
RegisterTest(TTrebuchetExampleTestCase);
|
||||
RegisterTest(TTrebuchetExample2TestCase);
|
||||
RegisterTest('TTrebuchet', TTrebuchetFullDataTestCase);
|
||||
RegisterTest('TTrebuchet', TTrebuchetExampleTestCase);
|
||||
RegisterTest('TTrebuchet', TTrebuchetExample2TestCase);
|
||||
end.
|
||||
|
|
|
@ -84,6 +84,6 @@ end;
|
|||
|
||||
initialization
|
||||
|
||||
RegisterTest(TWaitForItFullDataTestCase);
|
||||
RegisterTest(TWaitForItExampleTestCase);
|
||||
RegisterTest('TWaitForIt', TWaitForItFullDataTestCase);
|
||||
RegisterTest('TWaitForIt', TWaitForItExampleTestCase);
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue