Exemplo n.º 1
0
        public void TestGetNoDataList()
        {
            NaturalTrafficStatistical na = new NaturalTrafficStatistical();
            na.GetNoDataList(new QueryParameters { StartTime = DateTime.Parse("2014-12-6"), ReportType = 15, StationType = 1 });

        }
Exemplo n.º 2
0
 public void TestExportExcelMethod()
 {
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.ExportReport(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), HolidayId = 1, ReportType = 15 });
 }
Exemplo n.º 3
0
 public void TestCalibrationData()
 {
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.CalibrationData(new QueryParameters { StartTime = DateTime.Parse("2014-11-20"), ReportType = 15, StationType = 1, LastYearStart = DateTime.Parse("2014-10-1"), FloatingRange = 5 });
 }
Exemplo n.º 4
0
 public void TestMethod1()
 {
     //naturalManege.GetList();
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.GetListByPra(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), ReportType = 15 });
 }