Increasing test coverage
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / dal / sas / config / SearchServiceConfigTest.java
1 package org.onap.aai.sparky.dal.sas.config;
2
3 import static org.junit.Assert.assertEquals;
4 import static org.junit.Assert.assertTrue;
5
6
7 import org.junit.Before;
8 import org.junit.Test;
9
10 public class SearchServiceConfigTest {
11
12         @Before
13         public void init() throws Exception{
14                 
15         }
16         
17         @Test
18         public void updateValues(){
19                 
20         }
21 }