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