891011121314
import org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory; public class RDFXMLPrettyWriterTest extends RDFXMLWriterTestCase { public RDFXMLPrettyWriterTest() { super(new RDFXMLPrettyWriterFactory(), new RDFXMLParserFactory()); }
import org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory; public class RDFXMLPrettyWriterTest extends RDFXMLWriterTest { public RDFXMLPrettyWriterTest() { super(new RDFXMLPrettyWriterFactory(), new RDFXMLParserFactory()); }