Пример #1
0
  /**
   * Run the void delete(Identifier) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 11/22/13 12:41 PM
   */
  @Test(expected = hostel.exception.IdentifierNotFoundException.class)
  public void testDelete_1() throws Exception {
    Users fixture = Users.getInstance();
    Identifier id = new Identifier("");

    fixture.delete(id);

    // add additional test code here
  }