Examples of WebResourceBundle


Examples of org.sonatype.nexus.webresources.WebResourceBundle

{
  @Test
  public void testDoc()
      throws Exception
  {
    WebResourceBundle docBundle = new SimpleDocumentationResourceBundle();

    List<WebResource> resources = docBundle.getResources();
    Assert.assertNotNull(resources);
    Assert.assertEquals(22, resources.size());
  }
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.