final class XmlWeaver
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static IWeaveXml |
instance |
private static boolean |
testMode |
Modifier | Constructor and Description |
---|---|
private |
XmlWeaver() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
asXml(XmlSuite suite)
Helps represent the contents of
XmlSuite as a String. |
(package private) static java.lang.String |
asXml(XmlTest xmlTest,
java.lang.String indent)
Helps represent the contents of
XmlTest as a String. |
private static IWeaveXml |
attemptDefaultImplementationInstantiation() |
private static java.lang.String |
getClassName() |
private static IWeaveXml |
getInstance() |
private static IWeaveXml |
instantiateIfRequired() |
private static IWeaveXml instance
private static final boolean testMode
private static IWeaveXml getInstance()
private static IWeaveXml instantiateIfRequired()
private static java.lang.String getClassName()
static java.lang.String asXml(XmlSuite suite)
XmlSuite
as a String.suite
- - The XmlSuite
that needs to be transformed to a String.static java.lang.String asXml(XmlTest xmlTest, java.lang.String indent)
XmlTest
as a String.xmlTest
- - The XmlTest
that needs to be transformed to a String.indent
- - The indentation.private static IWeaveXml attemptDefaultImplementationInstantiation()