additional XSLT transformation scripts, enhance methods #97

Closed
andreas.czerniak wants to merge 49 commits from hadoop_aggregator into hadoop_aggregator
1 changed files with 3 additions and 9 deletions
Showing only changes of commit 10fcb5aaa0 - Show all commits

View File

@ -1,22 +1,16 @@
package eu.dnetlib.dhp.transformation.xslt;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.*;
import org.hamcrest.CoreMatchers;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import net.sf.saxon.s9api.QName;
@RunWith(MockitoJUnitRunner.class)
public class TransformationFunctionProxyTest {
@Mock
private VocabularyGroup vocabularies;