|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.test.DOMModelTest
public class DOMModelTest
Various tests for the DOM model.
Constructor Summary | |
---|---|
DOMModelTest()
Default constructor. |
Method Summary | |
---|---|
void |
testBadSupSuper()
Test getSup/getSuper on sub, sup, and subsuper. |
void |
testEvents()
Test DOM Events. |
void |
testFrac()
Misc tests on Mfrac . |
void |
testID()
Tests is the "id" attribute works. |
void |
testInterfaces()
Tests of objects created from MathElementFactory implement the proper interfaces from W3C Dom. |
void |
testMMultiScripts()
Misc tests on Mmultiscripts . |
void |
testMMultiScripts2()
More tests on Mmultiscripts . |
void |
testMOAttrs()
Tests is all attributes on mathOperator work. |
void |
testProperImplementation()
Test implementation of all presentation elements. |
void |
testSerialization()
Tests if serialization works. |
void |
testSerialization2()
Tests if serialization with malignmark works. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMModelTest()
Method Detail |
---|
public void testID() throws Exception
Exception
- if anything goes wrong.public void testSerialization() throws Exception
Exception
- if anything goes wrong.public void testSerialization2() throws Exception
Exception
- if anything goes wrong.public void testMOAttrs() throws Exception
Exception
- if anything goes wrong.public void testInterfaces() throws Exception
Exception
- if anything goes wrong.public void testFrac() throws Exception
Mfrac
.
Exception
- if the test fails.public void testMMultiScripts() throws Exception
Mmultiscripts
.
Exception
- if the test fails.public void testMMultiScripts2() throws Exception
Mmultiscripts
.
Exception
- if the test fails.public void testEvents() throws Exception
Exception
- if the test fails.public void testBadSupSuper() throws Exception
Exception
- if the test fails.public void testProperImplementation() throws Exception
Exception
- if the test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |