net.sourceforge.jeuclid.test
Class LayoutTest

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

public class LayoutTest
extends Object

Version:
$Revision: 92b6a7c39d7f $

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

TEST1

public static final String TEST1
Test string with xml header.

See Also:
Constant Field Values
Constructor Detail

LayoutTest

public LayoutTest()
Method Detail

testViewNotEmpty

public void testViewNotEmpty()
                      throws Exception
Test if there is something in the view.

Throws:
Exception - if the test fails.

testViewMutable

public void testViewMutable()
                     throws Exception
Tests if view modifies itself when DOM is modified.

Throws:
Exception - if the test fails.

testWhitespace

public void testWhitespace()
                    throws Exception
Test whitespace handling.

Throws:
Exception - if the test fails.

testMoWithoutParent

public void testMoWithoutParent()
                         throws Exception
Test MO without math parent.

Throws:
Exception - if the test fails.

testMoWithoutParent2

public void testMoWithoutParent2()
                          throws Exception
Test MO without any parent.

Throws:
Exception - if the test fails.

testGetNodesAt

public void testGetNodesAt()
                    throws Exception
Test if getNodesAt() works.

Throws:
Exception - if the test fails.


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