class: XPathTest

public class: XPathTest
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 314 $ $LastChangedDate: 2007-11-07 13:1; Complexity: 1
Dates: Created: 16.07.2009 15:16:51; Modified: 16.07.2009 15:16:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6C784670-551E-40f6-9FCB-A3566668E830}
Tests the namespace awareness of the Xerces XPath implementation.
 

Goto: Custom Properties, Fields, Methods

Extends: TestBase

See also: TestBase

Appears in: aa

Connections
 
Custom Properties
 
XPathTest Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(XPathTest.class)
Notes: Logger for this class.
 
XPathTest Methods
Operation Details
public
testAccountUserXMLNachher():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests the correct behaviour of {@link test.framework.TestBase#getAttributeValue(Node, String, String)}.
public
testAccountUserXMLVorher():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests the correct behaviour of {@link test.framework.TestBase#getAttributeValue(Node, String, String)}.
public
testGetAttributeValue():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests the correct behaviour of {@link test.framework.TestBase#getAttributeValue(Node, String, String)}.
public
testGetNodeText():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests the behaviour of {@link org.apache.xpath.XPathAPI#selectSingleNode(Node, String)}.
public
testNamespaceAwareness():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests the correct behaviour of the XPath methods in {@link test.framework.TestBase} working in namespace aware mode.