Project

General

Profile

1
package eu.dnetlib.clients;
2

    
3
import eu.dnetlib.clients.enabling.ISLookUpClient;
4
import eu.dnetlib.rmi.provision.MDFInfo;
5
import org.junit.Before;
6
import org.junit.Test;
7

    
8
/**
9
 * Created by sandro on 5/11/16.
10
 */
11
public class ISLookUpClientTest {
12

    
13
	@Before
14
	public void setUp() throws Exception {
15

    
16
	}
17

    
18
	@Test
19
	public void testConstructObject() throws Exception {
20

    
21
		ISLookUpClient client = new ISLookUpClient();
22
		final MDFInfo mdfInfo = client.constructObjectByResult(MDFInfo.class, "@", "1@2@3@4@5@6@7@8@false");
23

    
24
	}
25

    
26
}
    (1-1/1)