/**
   * Run the int hashCode() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 4/8/14 11:38 AM
   */
  @Test
  public void testHashCode_2() throws Exception {
    J2EEClusterMsg fixture = new J2EEClusterMsg("", "", 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L);

    int result = fixture.hashCode();

    // add additional test code here
    assertEquals(0, result);
  }