Examples of RuntimeStats


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
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.