com.silverpeas.converter
Class ToPDFConverterTest

java.lang.Object
  extended by com.silverpeas.converter.ToPDFConverterTest

@ContextConfiguration(locations="/spring-converter.xml")
public class ToPDFConverterTest
extends Object

Test the conversion of documents with an OpenOffice server.

Author:
Yohann Chastagnier

Constructor Summary
ToPDFConverterTest()
           
 
Method Summary
 void assertConvertAnDocumentToPDF(String extension)
           
 void convertAnDocDocumentToPDF()
           
 void convertAnDocumentToPDF()
           
 void convertAnODTDocumentIntoANonSupportedFormat()
           
 void convertAnODTDocumentToDoc()
           
 void convertAnODTDocumentToPDF()
           
 void convertAnODTDocumentToRTF()
           
 void convertAnPDFDocumentToPDF()
           
 void convertAnTxtDocumentToPDF()
           
 void convertAnXMLDocumentToPDF()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToPDFConverterTest

public ToPDFConverterTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

convertAnODTDocumentToPDF

public void convertAnODTDocumentToPDF()
                               throws Exception
Throws:
Exception

convertAnDocDocumentToPDF

public void convertAnDocDocumentToPDF()
                               throws Exception
Throws:
Exception

convertAnDocumentToPDF

public void convertAnDocumentToPDF()
                            throws Exception
Throws:
Exception

convertAnTxtDocumentToPDF

public void convertAnTxtDocumentToPDF()
                               throws Exception
Throws:
Exception

convertAnXMLDocumentToPDF

public void convertAnXMLDocumentToPDF()
                               throws Exception
Throws:
Exception

convertAnPDFDocumentToPDF

public void convertAnPDFDocumentToPDF()
                               throws Exception
Throws:
Exception

assertConvertAnDocumentToPDF

public void assertConvertAnDocumentToPDF(String extension)
                                  throws Exception
Throws:
Exception

convertAnODTDocumentToDoc

public void convertAnODTDocumentToDoc()
                               throws Exception
Throws:
Exception

convertAnODTDocumentToRTF

public void convertAnODTDocumentToRTF()
                               throws Exception
Throws:
Exception

convertAnODTDocumentIntoANonSupportedFormat

public void convertAnODTDocumentIntoANonSupportedFormat()
                                                 throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.