Claudenw commented on code in PR #697:
URL: https://github.com/apache/creadur-rat/pull/697#discussion_r3588546966


##########
apache-rat-core/src/test/java/org/apache/rat/utils/StandardXmlFactoryTests.java:
##########
@@ -18,22 +18,48 @@
  */
 package org.apache.rat.utils;
 
+import org.apache.rat.report.xml.writer.XmlWriter;
 import org.junit.jupiter.api.Test;
+import org.w3c.dom.Document;
+import org.xml.sax.SAXException;
 
 import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.ParserConfigurationException;
 import javax.xml.transform.TransformerConfigurationException;
+import javax.xml.transform.TransformerException;
 
+import java.io.ByteArrayInputStream;
+import java.io.IOException;
 import java.io.InputStream;
+import java.io.StringWriter;
+import java.nio.charset.StandardCharsets;
 
 import static org.assertj.core.api.Assertions.assertThat;
 import static org.assertj.core.api.Assertions.assertThatThrownBy;
 
 /**
  * Tests for StandardXmlFactory.
  */
-class StandardXmlFactoryTests {
+public class StandardXmlFactoryTests {

Review Comment:
   the `simpleDocument` method is used in `OutputTest`.  If hte class is not 
public the OutputTest can not find the method.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to