org.apache.neethi
Class MergeTest

java.lang.Object
  extended by org.junit.Assert
      extended by org.apache.neethi.PolicyTestCase
          extended by org.apache.neethi.MergeTest

public class MergeTest
extends PolicyTestCase


Field Summary
 
Fields inherited from class org.apache.neethi.PolicyTestCase
baseDir, policyEngine, registry, testResourceDir
 
Constructor Summary
MergeTest()
           
 
Method Summary
 void doTest(String base, String merged, int type)
           
 void testDOM()
           
 void testOM()
           
 void testStax()
           
 void testStream()
           
 void testW3CDOM()
           
 void testW3COM()
           
 
Methods inherited from class org.apache.neethi.PolicyTestCase
getPolicy, getPolicy, getResource, getResourceAsDOM, getResourceAsElement, getResourceAsStax
 
Methods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeTest

public MergeTest()
Method Detail

testOM

public void testOM()
            throws Exception
Throws:
Exception

testDOM

public void testDOM()
             throws Exception
Throws:
Exception

testStax

public void testStax()
              throws Exception
Throws:
Exception

testStream

public void testStream()
                throws Exception
Throws:
Exception

testW3CDOM

public void testW3CDOM()
                throws Exception
Throws:
Exception

testW3COM

public void testW3COM()
               throws Exception
Throws:
Exception

doTest

public void doTest(String base,
                   String merged,
                   int type)
            throws Exception
Throws:
Exception


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.