LampsTest_IA.java [test] Revision: default Date:
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import csip.test.ServiceTest;
import junit.framework.Assert;
import org.junit.Test;
/**
*
* @author od
*/
public class LampsTest_IA {
@Test
public void scott() throws Exception {
Assert.assertTrue(ServiceTest.run("test/json-tests/simp-req.json").getFailed() == 0);
}
// @Test
// public void drake_kmz() throws Exception {
// Assert.assertTrue(ServiceTest.run("test/json-tests/kmz-req.json").getFailed() == 0);
// }
// @Test
// public void IA_creek() throws Exception {
// Assert.assertTrue(ServiceTest.run("test/json-tests/lamps1-req.json").getFailed() == 0);
// }
// @Test
// public void IA_states() throws Exception {
// Assert.assertTrue(ServiceTest.run("test/json-tests/IO_states-req.json").getFailed() == 0);
// }
}