Examples of WroModelInspector


Examples of ro.isdc.wro.model.WroModelInspector

  }
 
  @Test
  public void shouldAllowEmptyGroup() {
    final WroModel model = loadModelFromLocation("emptyGroup.xml");
    assertEquals(1, new WroModelInspector(model).getGroupNames().size());
    assertTrue(model.getGroups().iterator().next().getResources().isEmpty());
    LOG.debug("model: " + model);
  }
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.