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