// ...done ;-)
}
public void testOnApplicationEvent() throws FileNotFoundException {
PerformanceMonitorListener listener = new PerformanceMonitorListener();
listener.onApplicationEvent(new ContextRefreshedEvent(new StaticApplicationContext()));
assertEquals(0, listener.responseTimeMonitor.getAccessCount());
RequestHandledEvent evt = new ServletRequestHandledEvent(new Object(),
"http://www.springframework.org", "192.168.1.122", "GET", "servlet", "", "", 200);
listener.onApplicationEvent(evt);