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

    long result = fixture.getCount();

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