net.sourceforge.jeuclid.test
Class DOMBuilderTest

java.lang.Object
  extended by net.sourceforge.jeuclid.test.DOMBuilderTest

public class DOMBuilderTest
extends Object

A JUnit test for DOMBuilder; in particular, the sources it can take as input.

Version:
$Revision: 92b6a7c39d7f $

Constructor Summary
DOMBuilderTest()
          Initialize test.
 
Method Summary
 void testConstructionNSDefault()
          Tests for namespace issues with manual element construction in default namespace.
 void testConstructionNSMml()
          Tests for namespace issues with manual element construction in mml namespace.
 void testConstructor()
          Tests if DOM can be constructed manually.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMBuilderTest

public DOMBuilderTest()
Initialize test.

Method Detail

testConstructor

public void testConstructor()
                     throws Exception
Tests if DOM can be constructed manually.

Throws:
Exception - if the test fails.

testConstructionNSDefault

public void testConstructionNSDefault()
                               throws Exception
Tests for namespace issues with manual element construction in default namespace.

Throws:
Exception - if the test fails.

testConstructionNSMml

public void testConstructionNSMml()
                           throws Exception
Tests for namespace issues with manual element construction in mml namespace.

Throws:
Exception - if the test fails.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.