|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.test.MathBaseTest
public class MathBaseTest
A JUnit Test case for MathBase.
Constructor Summary | |
---|---|
MathBaseTest()
|
Method Summary | |
---|---|
static Document |
loadDocument(String name)
Helper class to load included examples. |
void |
testEmbeddedExamples()
Tests the examples at resources/test/exampleX.mml. |
void |
testNewParser()
Tests the new Parser API. |
void |
testOdf()
Tests ODF Reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathBaseTest()
Method Detail |
---|
public static Document loadDocument(String name) throws ParserConfigurationException, SAXException, IOException
name
- Name of the example
ParserConfigurationException
- if anything goes wrong.
SAXException
- if anything goes wrong.
IOException
- if anything goes wrong.public void testEmbeddedExamples() throws Exception
Exception
- if an error occurs.public void testOdf() throws Exception
Exception
- if an error occurs.public void testNewParser() throws Exception
Exception
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |