| Modifier and Type | Method and Description |
|---|---|
XML |
XMLFactory.createXML(T object) |
static XML |
XMLTruth.xml(byte[] bytes) |
static XML |
XMLTruth.xml(Document document) |
static XML |
XMLTruth.xml(Element element) |
static XML |
XMLTruth.xml(InputSource is) |
static XML |
XMLTruth.xml(InputStream in) |
static XML |
XMLTruth.xml(Object object) |
static XML |
XMLTruth.xml(Reader reader) |
static XML |
XMLTruth.xml(String xml) |
static XML |
XMLTruth.xml(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.truth.SubjectFactory<XMLSubject,XML> |
XMLTruth.xml() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSubject.hasSameContentAs(XML other) |
Copyright ? The Apache Software Foundation. All Rights Reserved.