|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.test.ConverterTest
public class ConverterTest
Field Summary | |
---|---|
static String |
TEST1
Test string with xml header. |
Constructor Summary | |
---|---|
ConverterTest()
|
Method Summary | |
---|---|
File |
getOutDir()
Create and return temp directory. |
void |
testConvertEmbeddedExamples()
Tests the examples at resources/test/exampleX.mml. |
void |
testConverterBMP()
Tests if BMP converter is available. |
void |
testConverterBufferedImage()
Tests if rendered creates a buffered image with alpha values. |
void |
testConverterBufferedImageEmptyDoc()
Tests if rendered creates a buffered image for an empty document. |
void |
testConverterBufferedImageNoAlpha()
Tests if rendered creates a buffered image without alpha values. |
void |
testConverterJPG()
Tests if JPEG converter is available. |
void |
testConverterMimeTypes()
Tests if some mime-types are registered properly. |
void |
testConverterPDF()
Tests if PDF converter is available and creates an output file. |
void |
testConverterPNG()
Tests if PNG converter is available. |
void |
testConverterSVG()
Tests if SVG converter is available and creates an output file. |
void |
testConverterSVGtoDOM()
Tests if SVG converter is available and creates an output DOM. |
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 ConverterTest()
Method Detail |
---|
public void testConverterPNG() throws Exception
Exception
- if the test fails.public void testConverterJPG() throws Exception
Exception
- if the test fails.public void testConverterBMP() throws Exception
Exception
- if the test fails.public void testConverterSVG() throws Exception
Exception
- if the test fails.public void testConverterPDF() throws Exception
Exception
- if the test fails.public void testConverterSVGtoDOM() throws Exception
Exception
- if the test fails.public File getOutDir()
public void testConvertEmbeddedExamples() throws Exception
Exception
- if an error occurs.public void testConverterMimeTypes() throws Exception
Exception
- if the test fails.public void testConverterBufferedImage() throws Exception
Exception
- if the test fails.public void testConverterBufferedImageEmptyDoc() throws Exception
Exception
- if the test fails.public void testConverterBufferedImageNoAlpha() throws Exception
Exception
- if the test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |