DELL
2024-02-21 4982b9614516dde101c3e44c60a612b3bfd8d6fe
iec61850_forFoShanAES_Model/src/org/openmuc/openiec61850/integrationtests/SclTests.java
@@ -1,19 +1,19 @@
package org.openmuc.openiec61850.integrationtests;
import org.junit.Test;
import org.openmuc.openiec61850.SclParseException;
import org.openmuc.openiec61850.ServerSap;
public class SclTests {
    private final static String SCL_FILE_PATH_1 = "src/test/resources/testModel.icd";
    private final static String SCL_FILE_PATH_2 = "src/test/resources/testModel2.icd";
    @Test
    public void testClientServerCom() throws SclParseException {
        ServerSap.getSapsFromSclFile(SCL_FILE_PATH_1);
        ServerSap.getSapsFromSclFile(SCL_FILE_PATH_2);
    }
}
package org.openmuc.openiec61850.integrationtests;
import org.junit.Test;
import org.openmuc.openiec61850.SclParseException;
import org.openmuc.openiec61850.ServerSap;
public class SclTests {
    private final static String SCL_FILE_PATH_1 = "src/test/resources/testModel.icd";
    private final static String SCL_FILE_PATH_2 = "src/test/resources/testModel2.icd";
    @Test
    public void testClientServerCom() throws SclParseException {
        ServerSap.getSapsFromSclFile(SCL_FILE_PATH_1);
        ServerSap.getSapsFromSclFile(SCL_FILE_PATH_2);
    }
}