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