Displaying differences for changeset
 
display as  

test/service_tests/STest.java

@@ -25,6 +25,28 @@
     }
 
 
+    //Baseflow
+    @Test public void m_baseflow_1_0_CDSN()     throws Exception { run(); }
+    @Test public void m_baseflow_1_0_CDWR()     throws Exception { run(); }
+    @Test public void m_baseflow_1_0_STORET()     throws Exception { run(); }
+    @Test public void m_baseflow_1_0_USGS()     throws Exception { run(); }
+    
+    //Download
+    @Test public void m_download_1_0_CDSN_flood()     throws Exception { run(); }
+    @Test public void m_download_1_0_CDSN_flow()     throws Exception { run(); }
+    @Test public void m_download_1_0_CDWR_15min()     throws Exception { run(); }
+    @Test public void m_download_1_0_CDWR_flood()     throws Exception { run(); }
+    @Test public void m_download_1_0_CDWR_flow()     throws Exception { run(); }
+    @Test public void m_download_1_0_CDWR_stage()     throws Exception { run(); }
+    @Test public void m_download_1_0_STORET_flood()     throws Exception { run(); }
+    @Test public void m_download_1_0_STORET_flow()     throws Exception { run(); }
+    @Test public void m_download_1_0_STORET_wq()     throws Exception { run(); }
+    @Test public void m_download_1_0_USGS_15min()     throws Exception { run(); }
+    @Test public void m_download_1_0_USGS_flood()     throws Exception { run(); }
+    @Test public void m_download_1_0_USGS_flow()     throws Exception { run(); }
+    @Test public void m_download_1_0_USGS_stage()     throws Exception { run(); }
+    @Test public void m_download_1_0_USGS_wq()     throws Exception { run(); }
+    
     //Drought
     @Test public void m_drought_1_0_CDSN()     throws Exception { run(); }
     @Test public void m_drought_1_0_CDWR()     throws Exception { run(); }