org.onap migration
[vid.git] / vid-app-common / src / test / java / org / onap / vid / mso / RestMsoImplementationTest.java
1 package org.onap.vid.mso;
2
3 import org.junit.Test;
4
5 public class RestMsoImplementationTest {
6
7         private RestMsoImplementation createTestSubject() {
8                 return new RestMsoImplementation();
9         }       
10
11 //      @Test
12 //      public void testInitMsoClient() throws Exception {
13 //              RestMsoImplementation testSubject;
14 //
15 //              // default test
16 //              testSubject = createTestSubject();
17 //              testSubject.initMsoClient();
18 //      }
19
20 }