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

    fixture.setAvgLength(avgLength);

    // add additional test code here
  }