|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.test.LayoutTest
public class LayoutTest
Field Summary | |
---|---|
static String |
TEST1
Test string with xml header. |
Constructor Summary | |
---|---|
LayoutTest()
|
Method Summary | |
---|---|
void |
testGetNodesAt()
Test if getNodesAt() works. |
void |
testMoWithoutParent()
Test MO without math parent. |
void |
testMoWithoutParent2()
Test MO without any parent. |
void |
testViewMutable()
Tests if view modifies itself when DOM is modified. |
void |
testViewNotEmpty()
Test if there is something in the view. |
void |
testWhitespace()
Test whitespace handling. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TEST1
Constructor Detail |
---|
public LayoutTest()
Method Detail |
---|
public void testViewNotEmpty() throws Exception
Exception
- if the test fails.public void testViewMutable() throws Exception
Exception
- if the test fails.public void testWhitespace() throws Exception
Exception
- if the test fails.public void testMoWithoutParent() throws Exception
Exception
- if the test fails.public void testMoWithoutParent2() throws Exception
Exception
- if the test fails.public void testGetNodesAt() throws Exception
Exception
- if the test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |