Package org.growersnation.site.model.soil.carbon

Examples of org.growersnation.site.model.soil.carbon.FeatureInfoResponse


  @Test
  public void testJAXB() {

    InputStream is = TopsoilCarbonDaoTest.class.getResourceAsStream("/fixtures/soil/carbon/test-nerc-topsoil-carbon-1.xml");
    FeatureInfoResponse fir = JAXB.unmarshal(is, FeatureInfoResponse.class);

    TopsoilCarbonFields fields = fir.getFields().get(0);

    assertEquals("11.7",fields.getCnRatio1998());

  }
View Full Code Here

TOP

Related Classes of org.growersnation.site.model.soil.carbon.FeatureInfoResponse

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.