tests cleanup

This commit is contained in:
Anton Martynenko
2025-11-20 12:23:26 +01:00
parent 661396554f
commit 05f6934ca6
7 changed files with 792 additions and 1215 deletions
@@ -32,15 +32,15 @@ class Program
await RegionTests.RunRegionProcessingTest_500m_Zoom18(httpClient);
await RouteTests.RunSimpleRouteTest(httpClient);
await BasicRouteTests.RunSimpleRouteTest(httpClient);
await RouteTests.RunRouteWithRegionProcessingAndStitching(httpClient);
await BasicRouteTests.RunRouteWithRegionProcessingAndStitching(httpClient);
await RouteTests.RunRouteWithTilesZipTest(httpClient);
await ExtendedRouteTests.RunRouteWithTilesZipTest(httpClient);
await RouteTests.RunComplexRouteWithStitching(httpClient);
await RouteTests.RunComplexRouteWithStitchingAndGeofences(httpClient);
await RouteTests.RunExtendedRouteEast(httpClient);
await ComplexRouteTests.RunComplexRouteWithStitching(httpClient);
await ComplexRouteTests.RunComplexRouteWithStitchingAndGeofences(httpClient);
await ExtendedRouteTests.RunExtendedRouteEast(httpClient);
Console.WriteLine();
Console.WriteLine("=========================");