Exemplo n.º 1
0
  /*
   * @see TestCase#setUp()
   */
  protected void setUp() throws Exception {
    super.setUp();

    company = new CompanyImpl();

    companyValidator = CoreObjectFactory.getCompanyValidator();
  }