Package org.geowebcache.stats

Examples of org.geowebcache.stats.RuntimeStats


          ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("appContextTest.xml");
          tileFuser.setApplicationContext(context);
          MockHttpServletResponse response = new MockHttpServletResponse();

            tileFuser.writeResponse(response,
                    new RuntimeStats(1, Arrays.asList(1), Arrays.asList("desc")));

            assertTrue(response.getOutputStreamContent().length() > 0);
        } finally {
          temp.delete();
        }
View Full Code Here

TOP

Related Classes of org.geowebcache.stats.RuntimeStats

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.