Package org.sonatype.nexus.test.utils

Examples of org.sonatype.nexus.test.utils.RoleMessageUtil


  @Before
  public void setUp() {
    XStream xstream = this.getXMLXStream();
    this.userUtil = new UserMessageUtil(xstream, MediaType.APPLICATION_XML);
    this.roleUtil = new RoleMessageUtil(xstream, MediaType.APPLICATION_XML);
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.test.utils.RoleMessageUtil

Copyright © 2018 www.massapicom. 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.