/**
   * Run the boolean hasErrorMessage(IStatus) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 4/8/14 10:51 AM
   */
  @Test
  public void testHasErrorMessage_2() throws Exception {
    IStatus status = new JavaModelStatus();

    boolean result = StatusUtil.hasErrorMessage(status);

    // add additional test code here
    assertTrue(result);
  }