TeStereo report

/** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { unoApp.start(); FileUtil.deleteFile(getPath("temp")); temp=new File(getPath("temp")); temp.mkdirs(); tempFilePathODT=temp + "/tempFilePathODT.odt"; tempFilePathDOC=temp + "/tempFilePathDOC.doc"; }