Exemple #1
0
 public void FixtureSetUp()
 {
     ctl = new TrendingChartCtl();
     ctl.InitChart(100);
 }
Exemple #2
0
 public void TestTrendingChartCtlConstructor01()
 {
     TrendingChartCtl trendingChartCtl = new TrendingChartCtl();
 }
Exemple #3
0
 public void TestGetTrendingChartCtl01()
 {
     TrendingChartCtl trendingChartCtl = trendView.GetTrendingChartCtl();
 }