Package com.fatdog.xmlEngine.junitTest

A variety of tests for testing program functionality.

See:
          Description

Class Summary
Constructors JUnit test suite for attribute and element constructors.
Expressions Tests a variety of XQuery expressions that don't require file access.
Functions Tests various built-in functions.
Namespaces Tests a variety of xpaths using namespace prefixes (setUseLexicalPrefixes(false))
OneFileXPaths Tests a variety of XQuery expressions that select nodes from a single-document collection.
ProtocolHandlerTest A Junit test case that tests XQEngine custom-protocol handling.
TestDriver The main driver for the junit test suite.
TwoFileXPaths Tests a variety of XQuery expressions that select nodes from a two-document collection.
XQueryUseCases Tests a variety of "official" XQuery Uses Cases.
XYZ_ProtocolHandler A test protocol handler that's used by the JUnit test suite ProtocolHandlerTest.
 

Package com.fatdog.xmlEngine.junitTest Description

A variety of tests for testing program functionality.