Revision 52977
Added by Alessia Bardi about 6 years ago
modules/dnet-msro-service/trunk/src/test/java/eu/dnetlib/msro/workflows/xslt/LayoutToRecordStylesheetTest.java | ||
---|---|---|
1 | 1 |
package eu.dnetlib.msro.workflows.xslt; |
2 | 2 |
|
3 |
import static org.junit.Assert.assertFalse; |
|
4 |
import static org.junit.Assert.assertNotNull; |
|
5 |
|
|
6 | 3 |
import java.io.IOException; |
7 | 4 |
import java.io.InputStream; |
8 | 5 |
import java.io.StringReader; |
9 | 6 |
import java.io.StringWriter; |
10 |
|
|
11 | 7 |
import javax.xml.transform.Transformer; |
12 | 8 |
import javax.xml.transform.TransformerException; |
13 | 9 |
import javax.xml.transform.TransformerFactory; |
14 | 10 |
import javax.xml.transform.stream.StreamResult; |
15 | 11 |
import javax.xml.transform.stream.StreamSource; |
16 | 12 |
|
13 |
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException; |
|
14 |
import eu.dnetlib.miscutils.functional.xml.ApplyXslt; |
|
15 |
import eu.dnetlib.miscutils.functional.xml.IndentXmlString; |
|
17 | 16 |
import org.apache.commons.io.IOUtils; |
18 | 17 |
import org.junit.Test; |
19 | 18 |
import org.springframework.core.io.ClassPathResource; |
20 | 19 |
|
21 |
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException; |
|
22 |
import eu.dnetlib.miscutils.functional.xml.ApplyXslt; |
|
23 |
import eu.dnetlib.miscutils.functional.xml.IndentXmlString; |
|
20 |
import static org.junit.Assert.assertFalse; |
|
21 |
import static org.junit.Assert.assertNotNull; |
|
24 | 22 |
|
25 | 23 |
public class LayoutToRecordStylesheetTest { |
26 | 24 |
|
Also available in: Unified diff
Import order