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 AssertedXPath
public String getLabel()
getLabel
in interface AssertedXPath
public String getPath()
getPath
in interface AssertedXPath
public org.apache.xmlbeans.XmlObject getAssertedContent()
getAssertedContent
in interface AssertedXPath
public void setAssertedContent(org.apache.xmlbeans.XmlObject assertedContent)
Copyright © 2019. All Rights Reserved.