String out = getBasedir() + "/target/unit/";
String to = "apt";
InputFileWrapper input =
InputFileWrapper.valueOf( in, from, ReaderFactory.UTF_8, converter.getInputFormats() );
OutputFileWrapper output =
OutputFileWrapper.valueOf( out, to, WriterFactory.UTF_8, converter.getOutputFormats() );
converter.setFormatOutput( formatOutput );
converter.convert( input, output );
assertTrue( new File( out, "Doxia.htm.apt" ).exists() );