package jp.co.worksap.workspace.wasprofile; public class SharedLibraryTest { /* @Test public void configureSharedLibrary() throws IOException { int val=-1; SharedLibrary obj = new SharedLibrary(); File f = new File("src\\test\\resources\\sl_config.json"); val = obj.configure(f); assertThat(val, is(0)); }*/ }