/** * SpecialCharacter * * @throws DesignFileException * @throws SemanticException */ protected void setUp() throws Exception { super.setUp(); removeResource(); // retrieve two input files from tests-model.jar file copyResource_INPUT(filename, filename); }
/** * @throws IOException * @throws DesignFileException * @throws SemanticException */ public void setUp() throws Exception { super.setUp(); removeResource(); copyInputToFile(INPUT_FOLDER + "/" + REPORT); copyInputToFile(INPUT_FOLDER + "/" + LIB); // copyGoldenToFile ( GOLDEN_FOLDER + "/" + goldenFileName ); }
/** @throws DesignFileException */ public void setUp() throws Exception { super.setUp(); removeResource(); copyResource_INPUT(INPUT, INPUT); }