summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/src/test/java/org/onap/aai/sparky/dal/sas/config/SearchServiceConfigTest.java
blob: 712ae303c886f12e780344794610b9235c9b19c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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(){
		
	}
}