Refactoring Consolidation Service
[sdc.git] / catalog-model / src / test / java / org / openecomp / sdc / be / model / tosca / converters / ListConverterTest.java
1 package org.openecomp.sdc.be.model.tosca.converters;
2
3 import org.junit.Test;
4
5
6 public class ListConverterTest {
7
8         private ListConverter createTestSubject() {
9                 return new ListConverter();
10         }
11
12         
13         @Test
14         public void testGetInstance() throws Exception {
15                 ListConverter result;
16
17                 // default test
18                 result = ListConverter.getInstance();
19         }
20
21         
22
23         
24         
25
26         
27
28 }