package org.onap.vid.mso; import org.junit.Test; public class RestMsoImplementationTest { private RestMsoImplementation createTestSubject() { return new RestMsoImplementation(); } // @Test // public void testInitMsoClient() throws Exception { // RestMsoImplementation testSubject; // // // default test // testSubject = createTestSubject(); // testSubject.initMsoClient(); // } }