Spring Web Services Framework

org.springframework.xml.xpath
Class JaxenXPathExpressionFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.xml.xpath.AbstractXPathExpressionFactoryTestCase
              extended by org.springframework.xml.xpath.JaxenXPathExpressionFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class JaxenXPathExpressionFactoryTest
extends AbstractXPathExpressionFactoryTestCase


Constructor Summary
JaxenXPathExpressionFactoryTest()
           
 
Method Summary
protected  org.springframework.xml.xpath.XPathExpression createXPathExpression(String expression)
           
protected  org.springframework.xml.xpath.XPathExpression createXPathExpression(String expression, Map namespaces)
           
 void testEvaluateAsDoubleNamespaces()
           
 void testEvaluateAsDoubleNoNamespaces()
           
 
Methods inherited from class org.springframework.xml.xpath.AbstractXPathExpressionFactoryTestCase
setUp, testEvaluate, testEvaluateAsBooleanInvalidNamespaces, testEvaluateAsBooleanInvalidNoNamespaces, testEvaluateAsBooleanNamespaces, testEvaluateAsBooleanNoNamespaces, testEvaluateAsDoubleInvalidNamespaces, testEvaluateAsDoubleInvalidNoNamespaces, testEvaluateAsNodeInvalidNamespaces, testEvaluateAsNodeInvalidNoNamespaces, testEvaluateAsNodeListNamespaces, testEvaluateAsNodeListNoNamespaces, testEvaluateAsNodeNamespaces, testEvaluateAsNodeNoNamespaces, testEvaluateAsObject, testEvaluateAsStringInvalidNamespaces, testEvaluateAsStringInvalidNoNamespaces, testEvaluateAsStringNamespaces, testEvaluateAsStringNoNamespaces, testInvalidExpression
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaxenXPathExpressionFactoryTest

public JaxenXPathExpressionFactoryTest()
Method Detail

createXPathExpression

protected org.springframework.xml.xpath.XPathExpression createXPathExpression(String expression)
Specified by:
createXPathExpression in class AbstractXPathExpressionFactoryTestCase

createXPathExpression

protected org.springframework.xml.xpath.XPathExpression createXPathExpression(String expression,
                                                                              Map namespaces)
Specified by:
createXPathExpression in class AbstractXPathExpressionFactoryTestCase

testEvaluateAsDoubleNoNamespaces

public void testEvaluateAsDoubleNoNamespaces()
                                      throws IOException,
                                             SAXException
Overrides:
testEvaluateAsDoubleNoNamespaces in class AbstractXPathExpressionFactoryTestCase
Throws:
IOException
SAXException

testEvaluateAsDoubleNamespaces

public void testEvaluateAsDoubleNamespaces()
                                    throws IOException,
                                           SAXException
Overrides:
testEvaluateAsDoubleNamespaces in class AbstractXPathExpressionFactoryTestCase
Throws:
IOException
SAXException

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.