changed because of #40 (comment)

This commit is contained in:
Miriam Baglioni 2020-08-13 12:19:15 +02:00
parent 04a3e1ab38
commit fd48ae3b85
1 changed files with 11 additions and 10 deletions

View File

@ -7,6 +7,7 @@ import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.dom4j.DocumentException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
@ -65,7 +66,7 @@ public class QueryInformationSystemTest {
private Map<String, String> map;
@BeforeEach
public void setUp() throws ISLookUpException {
public void setUp() throws ISLookUpException, DocumentException {
lenient().when(isLookUpService.quickSearchProfile(XQUERY)).thenReturn(communityMap);
queryInformationSystem = new QueryInformationSystem();
queryInformationSystem.setIsLookUp(isLookUpService);