| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TestRule.TestRuleProvider  | 
| Constructor and Description | 
|---|
TestRule(String identifier)
Base constructor. 
 | 
TestRule(String identifier,
                String namespaceURI)
Constructor sets namespace URI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
appendCall()
If a list has been set, append this to the list. 
 | 
void | 
begin(String namespace,
          String name,
          Attributes attributes)
'Begin' call. 
 | 
void | 
body(String namespace,
        String name,
        String text)
'Body' call. 
 | 
void | 
end(String namespace,
      String name)
'End' call. 
 | 
String | 
getBodyText()
Get the body text that was set. 
 | 
String | 
getIdentifier()
Get the identifier associated with this test. 
 | 
List<Rule> | 
getOrder()
Get call order list. 
 | 
void | 
setOrder(List<Rule> order)
Set call order list 
 | 
String | 
toString()
Return the identifier. 
 | 
finish, getDigester, getNamespaceURI, setDigester, setNamespaceURIpublic TestRule(String identifier)
identifier - Used to tell which TestRule is whichpublic void begin(String namespace, String name, Attributes attributes) throws Exception
protected void appendCall()
public String getBodyText()
public String getIdentifier()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.