Raise JUnit coverage asdctool
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / migration / config / mocks / HealthCheckBusinessLogicMockTest.java
1 package org.openecomp.sdc.asdctool.migration.config.mocks;
2
3 import org.junit.Test;
4
5 public class HealthCheckBusinessLogicMockTest {
6
7         private HealthCheckBusinessLogicMock createTestSubject() {
8                 return new HealthCheckBusinessLogicMock();
9         }
10
11         @Test
12         public void testInit() throws Exception {
13                 HealthCheckBusinessLogicMock testSubject;
14
15                 // default test
16                 testSubject = createTestSubject();
17                 testSubject.init();
18         }
19 }