Package ro.isdc.wro.model

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

Related Classes of ro.isdc.wro.model.WroModelInspector

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.