Package org.wicketstuff.jamon.webapp

Examples of org.wicketstuff.jamon.webapp.HomePage


        assertEquals(0, MonitorFactory.getMonitor("HomePage", "ms.").getHits(), 0);
       
    }
    @Test
    public void proofThatStartPageWithPageDoesNotWorkAsExpected() {
        wicketTester.startPage(new HomePage());
       
        assertEquals(0, MonitorFactory.getMonitor("HomePage", "ms.").getHits(), 0);
    }
View Full Code Here

TOP

Related Classes of org.wicketstuff.jamon.webapp.HomePage

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.