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

    fixture.setService(service);

    // add additional test code here
  }