package org.onap.aai.sparky.dal.sas.config; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import org.junit.Before; import org.junit.Test; public class SearchServiceConfigTest { @Before public void init() throws Exception{ } @Test public void updateValues(){ } }