public class AssertedXPathImpl extends Object implements AssertedXPath
| Constructor and Description | 
|---|
| AssertedXPathImpl(TestAssertion assertion,
                 String path,
                 org.apache.xmlbeans.XmlObject assertedContent) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.xmlbeans.XmlObject | getAssertedContent() | 
| TestAssertion | getAssertion() | 
| String | getLabel() | 
| String | getPath() | 
| void | setAssertedContent(org.apache.xmlbeans.XmlObject assertedContent) | 
public AssertedXPathImpl(TestAssertion assertion, String path, org.apache.xmlbeans.XmlObject assertedContent)
public TestAssertion getAssertion()
getAssertion in interface AssertedXPathpublic String getLabel()
getLabel in interface AssertedXPathpublic String getPath()
getPath in interface AssertedXPathpublic org.apache.xmlbeans.XmlObject getAssertedContent()
getAssertedContent in interface AssertedXPathpublic void setAssertedContent(org.apache.xmlbeans.XmlObject assertedContent)
Copyright © 2019. All Rights Reserved.