Project

General

Profile

1
package eu.dnetlib.data.mapreduce.util;
2

    
3
import eu.dnetlib.data.proto.DNGFProtos.DNGFRel;
4
import org.junit.Before;
5
import org.junit.Test;
6

    
7
public class DNGFRelDecoderTest {
8

    
9
	private DNGFRel dngfRel;
10

    
11
	@Before
12
	public void setUp() {
13
		//dngfRel = DNGFTest.getPersonPublication("ID_1", "ID_2", "1", "isAuthor");
14
	}
15

    
16
	@Test
17
	public void testSetClass() {
18

    
19
	}
20

    
21
	@Test
22
	public void testGetCF() {
23

    
24
    }
25

    
26
}
(2-2/4)