5367dcb8a3f40ae56dce89afc47ba073952ebd72
[sdc.git] /
1 package org.openecomp.sdc.be.model.tosca.converters;
2
3 import org.junit.Test;
4
5
6 public class ToscaFloatConverterTest {
7
8         private ToscaFloatConverter createTestSubject() {
9                 return  ToscaFloatConverter.getInstance();
10         }
11
12         
13         @Test
14         public void testGetInstance() throws Exception {
15                 ToscaFloatConverter result;
16
17                 // default test
18                 result = ToscaFloatConverter.getInstance();
19         }
20
21         
22
23 }