Refactoring Consolidation Service
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / dao / utils / ImageQualityTest.java
1 package org.openecomp.sdc.be.dao.utils;
2
3 import org.junit.Test;
4
5 public class ImageQualityTest {
6
7         @Test
8         public void testGetSize() throws Exception {
9                 int result;
10
11                 // default test
12                 result = ImageQuality.QUALITY_128.getSize();
13         }
14 }