Пример #1
0
  /**
   * 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);
  }
Пример #2
0
  /**
   * @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 );
  }
Пример #3
0
 /** @throws DesignFileException */
 public void setUp() throws Exception {
   super.setUp();
   removeResource();
   copyResource_INPUT(INPUT, INPUT);
 }