public class Test extends Object
| Modifier and Type | Field and Description |
|---|---|
protected XSAssert |
fAssert
The assertion component to which the test belongs
|
protected String |
fExpressionStr
The XPath expression string for the assertion component
|
protected NamespaceContext |
fNsContext
The Namespace context information for assert component
|
| Constructor and Description |
|---|
Test(String xpathStr,
NamespaceContext nsContext,
XSAssert assertion)
Constructs a test for assertion component
|
| Modifier and Type | Method and Description |
|---|---|
XSAssert |
getAssertion()
Returns the assertion component
|
NamespaceContext |
getNamespaceContext()
Returns the namespace context for assertion component
|
String |
getXPathStr()
Returns the test XPath string value
|
protected final String fExpressionStr
protected final NamespaceContext fNsContext
protected final XSAssert fAssert
public Test(String xpathStr, NamespaceContext nsContext, XSAssert assertion)
public String getXPathStr()
public NamespaceContext getNamespaceContext()
public XSAssert getAssertion()
Copyright © 2013. All rights reserved.