@@ -75,11 +75,9 @@ public class SmokeTests_ExampleWalkUsingBreadcrumbView : AutomationTestBase
7575
7676
7777 // Featured Apps example groups
78- private const string Group_Featured_PerformanceDemos = "Performance Demos" ;
79- private const string Group_Featured_ScientificCharts = "Scientific Charts" ;
80- private const string Group_Featured_MedicalCharts = "Medical Charts" ;
78+ private const string Group_Featured_PerformanceDemos = "Performance Demos & Showcases" ;
79+ private const string Group_Featured_ScientificCharts = "Scientific & Medical Charts" ;
8180 private const string Group_Featured_FinancialCharts = "Financial Charts" ;
82- private const string Group_Featured_ParallelCoordinatePlot = "Parallel Coordinate Plot" ;
8381
8482
8583
@@ -226,6 +224,7 @@ public override string ToString()
226224 new ExampleStartTestCase ( Category_2DCharts , Group_2D_StockCharts , "Multi-Pane Stock Charts" , "Charts2D/StockCharts/MultiPaneStockChart.png" ) ,
227225 new ExampleStartTestCase ( Category_2DCharts , Group_2D_StockCharts , "Realtime Ticking Stock Charts" , "Charts2D/StockCharts/RealtimeTickingCharts.png" ) ,
228226 new ExampleStartTestCase ( Category_2DCharts , Group_2D_StockCharts , "Using SciStockChart" , "Charts2D/StockCharts/UsingSciStockChart.png" ) ,
227+ //new ExampleStartTestCase(Category_2DCharts, Group_2D_StockCharts, "Market Profile Trading Chart", "Charts2D/StockCharts/MarketProfileTradingChart.png"),
229228 // 2D Charts, Export a Chart
230229 new ExampleStartTestCase ( Category_2DCharts , Group_2D_ExportAChart , "Export and Screenshot Options in Chart" , "Charts2D/ExportCharts/ExportChart.png" ) ,
231230 // 2D Charts, Filters API
@@ -326,22 +325,26 @@ public override string ToString()
326325 // Featured Apps, Performance Demos
327326 // new ExampleStartTestCase(Category_FeaturedApps, Group_Featured_PerformanceDemos, "Fifo 1Billion Points Demo", "FeaturedApps/PerformanceDemos/Fifo1BillionPoints.png"),
328327 new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_PerformanceDemos , "Fast Paletted Scatter Charts" , "FeaturedApps/PerformanceDemos/FastPalettedScatterCharts.png" ) ,
329- // new ExampleStartTestCase(Category_FeaturedApps, Group_Featured_PerformanceDemos, "Scatter Chart Performance Demo", "FeaturedApps/PerformanceDemos/ScatterChartPerformanceDemo.png",
328+ new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_PerformanceDemos , "Oil & Gas Wells Chart Demo" , "FeaturedApps/PerformanceDemos/OilAndGas.png" ) ,
329+
330+
331+ // new ExampleStartTestCase(Category_FeaturedApps, Group_Featured_PerformanceDemos, "Scatter Chart Performance Demo", "FeaturedApps/PerformanceDemos/ScatterChartPerformanceDemo.png",
330332 // (mw) => Thread.Sleep(1500)), // bit of a delay to allow example to show
331333
332334 // Featured Apps, Medical Charts
333- new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_MedicalCharts , "ECG Monitor Demo" , "FeaturedApps/MedicalCharts/ECGMonitorDemo.png" ) ,
334- new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_MedicalCharts , "Vital Signs Monitor Demo" , "FeaturedApps/MedicalCharts/VitalSignsMonitorDemo.png" ) ,
335+ new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_ScientificCharts , "ECG Monitor Demo" , "FeaturedApps/MedicalCharts/ECGMonitorDemo.png" ) ,
336+ new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_ScientificCharts , "Vital Signs Monitor Demo" , "FeaturedApps/MedicalCharts/VitalSignsMonitorDemo.png" ) ,
335337
336338 // Featured Apps, ScientificCharts
337339 new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_ScientificCharts , "LIDAR PointCloud 3D Demo" , "FeaturedApps/ScientificCharts/LIDARPointCloud3DDemo.png" ) ,
338340
339341 // Featured Apps, Financial Charts
340342 new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_FinancialCharts , "Aggregation Filters" , "FeaturedApps/FinancialCharts/AggregationFilters.png" ) ,
343+ new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_FinancialCharts , "Renko Chart" , "Charts2D/StockCharts/RenkoChart.png" ) ,
341344 //new ExampleStartTestCase(Category_FeaturedApps, Group_Featured_FinancialCharts, "SciChart Trader Demo", "FeaturedApps/FinancialCharts/SciChartTraderDemo.png"),
342345
343346 // Featured Apps, Parallel Coordinate Plot
344- new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_ParallelCoordinatePlot , "Parallel Coordinate Plot" , "FeaturedApps/ParallelCoordinatePlot/ParallelCoordinatePlot.png" )
347+ new ExampleStartTestCase ( Category_FeaturedApps , Group_Featured_ScientificCharts , "Parallel Coordinate Plot" , "FeaturedApps/ParallelCoordinatePlot/ParallelCoordinatePlot.png" )
345348
346349 } ;
347350
0 commit comments