Examples of PreventiveActionCommentCommentType


Examples of no.ugland.utransprod.model.PreventiveActionCommentCommentType

      Set<PreventiveActionCommentCommentType> commentList = comment
          .getPreventiveActionCommentCommentTypes();
      assertNotNull(commentList);
      assertEquals(1, commentList.size());

      PreventiveActionCommentCommentType commentType = commentList
          .iterator().next();
      if (count == 1) {
        assertEquals("Lukking", commentType.getCommentType()
            .getCommentTypeName());
      } else {
        assertEquals("Opprettet", commentType.getCommentType()
            .getCommentTypeName());
      }

    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.