org.ucl.xpathtest
Class StaticContextTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.ucl.xpathtest.StaticContextTest
All Implemented Interfaces:
junit.framework.Test

public class StaticContextTest
extends junit.framework.TestCase

Class StaticContextTest inherits from TestCase


Constructor Summary
StaticContextTest()
           
 
Method Summary
 void setUp()
          Create new DefaultStaticContext object and assign to instance variable _sc
 void testFunctions()
          Tests functions of xpath exprs
 void testNamespaces()
          Tests name spaces and makes assertions where necessary
 void testSchema()
          Test in scope schema definitions
 void testVariables()
          Tests variables in xpath exprs and makes assertions where necessary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticContextTest

public StaticContextTest()
Method Detail

setUp

public void setUp()
Create new DefaultStaticContext object and assign to instance variable _sc


testNamespaces

public void testNamespaces()
Tests name spaces and makes assertions where necessary


testVariables

public void testVariables()
Tests variables in xpath exprs and makes assertions where necessary


testFunctions

public void testFunctions()
Tests functions of xpath exprs


testSchema

public void testSchema()
Test in scope schema definitions