org.kuali.rice.kew.xml
Class XPathTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.kew.xml.XPathTest
All Implemented Interfaces:
MethodAware

public class XPathTest
extends BaseRiceTestCase


Field Summary
static String XSTREAM_MATCH_ANYWHERE_PREFIX
           
static String XSTREAM_MATCH_RELATIVE_PREFIX
           
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
XPathTest()
           
 
Method Summary
 void testAttributeAbsence()
           
 void testClosedSimple()
           
 void testEmptySimple()
           
 void testNonexistent()
           
 void testSelectAbsoluteChild()
           
 void testSelectAnyChild()
           
 void testSelectJustChilds()
           
 void testText()
           
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSTREAM_MATCH_ANYWHERE_PREFIX

public static final String XSTREAM_MATCH_ANYWHERE_PREFIX
See Also:
Constant Field Values

XSTREAM_MATCH_RELATIVE_PREFIX

public static final String XSTREAM_MATCH_RELATIVE_PREFIX
See Also:
Constant Field Values
Constructor Detail

XPathTest

public XPathTest()
Method Detail

testAttributeAbsence

public void testAttributeAbsence()
                          throws XPathExpressionException
Throws:
XPathExpressionException

testSelectJustChilds

public void testSelectJustChilds()
                          throws XPathExpressionException
Throws:
XPathExpressionException

testSelectAbsoluteChild

public void testSelectAbsoluteChild()
                             throws XPathExpressionException
Throws:
XPathExpressionException

testSelectAnyChild

public void testSelectAnyChild()
                        throws XPathExpressionException
Throws:
XPathExpressionException

testNonexistent

public void testNonexistent()
                     throws XPathExpressionException
Throws:
XPathExpressionException

testClosedSimple

public void testClosedSimple()
                      throws XPathExpressionException
Throws:
XPathExpressionException

testEmptySimple

public void testEmptySimple()
                     throws XPathExpressionException
Throws:
XPathExpressionException

testText

public void testText()
              throws XPathExpressionException
Throws:
XPathExpressionException


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.