comparison src/test/java/de/intevation/lada/LadaStammTest.java @ 527:ddb83d20e52a

Added tests for umwelt services.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 19 Feb 2015 15:19:58 +0100
parents 90e6bc0d653e
children ae3105d03737
comparison
equal deleted inserted replaced
526:71424f1d6d5b 527:ddb83d20e52a
207 stammdatenTest.getById(baseUrl, "staat", 322, testProtocol); 207 stammdatenTest.getById(baseUrl, "staat", 322, testProtocol);
208 } 208 }
209 209
210 @Test 210 @Test
211 @RunAsClient 211 @RunAsClient
212 public final void testUmweltAll(@ArquillianResource URL baseUrl) {
213 stammdatenTest.getAll(baseUrl, "umwelt", testProtocol);
214 }
215
216 @Test
217 @RunAsClient
218 public final void testUmweltById(@ArquillianResource URL baseUrl) {
219 stammdatenTest.getById(baseUrl, "umwelt", "L6", testProtocol);
220 }
221
212 public final void testLocation1CreateService(@ArquillianResource URL baseUrl) 222 public final void testLocation1CreateService(@ArquillianResource URL baseUrl)
213 throws Exception { 223 throws Exception {
214 System.out.print("."); 224 System.out.print(".");
215 Protocol prot = new Protocol(); 225 Protocol prot = new Protocol();
216 prot.setName("locationService"); 226 prot.setName("locationService");
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)