Class TestXmlDumper
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.testing.TestXmlDumper
-
public class TestXmlDumper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SCHEMA_LOCATION
-
Constructor Summary
Constructors Constructor Description TestXmlDumper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
dumpXmlTests(java.io.Writer outWriter, TestCollection collection)
static void
dumpXmlTests(java.nio.file.Path path, TestCollection collection)
static java.lang.String
dumpXmlTests(TestCollection collection)
-
-
-
Field Detail
-
SCHEMA_LOCATION
public static final java.lang.String SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
dumpXmlTests
public static java.lang.String dumpXmlTests(TestCollection collection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
dumpXmlTests
public static void dumpXmlTests(java.nio.file.Path path, TestCollection collection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
dumpXmlTests
public static void dumpXmlTests(java.io.Writer outWriter, TestCollection collection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-