|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.test.DOMBuilderTest
public class DOMBuilderTest
A JUnit test for DOMBuilder; in particular, the sources it can take as input.
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 |
---|
public DOMBuilderTest()
Method Detail |
---|
public void testConstructor() throws Exception
Exception
- if the test fails.public void testConstructionNSDefault() throws Exception
Exception
- if the test fails.public void testConstructionNSMml() throws Exception
Exception
- if the test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |