LampsTest.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 junit.framework.Assert;
import org.junit.Test;
import csip.test.ServiceTest;

/**
 *
 * @author od
 */
public class LampsTest {

//    @Test
//    public void IO_creek() throws Exception {
//        Assert.assertTrue(ServiceTest.run("test/json-tests/IO_creek-req.json").getFailed() == 0);
//    }
//    @Test
//    public void scott() throws Exception {
//        Assert.assertTrue(ServiceTest.run("test/json-tests/scott_simp-req.json").getFailed() == 0);
//    }
    
    @Test
    public void fourcor() throws Exception {
        Assert.assertTrue(ServiceTest.run("test/json-tests/four-req.json").getFailed() == 0);
    }
}