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

    String result = fixture.getService();

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