Examples of switchOffTestMode()


Examples of org.apache.wicket.atmosphere.tester.AtmosphereTester.switchOffTestMode()

        is(not(equalTo("<?xml version=\"1.0\" encoding=\"UTF-8\"?><ajax-response></ajax-response>"))));

    waTester.switchOnTestMode();
    // now the assertions are against the Atmosphere's suspended response data
    tester.assertComponentOnAjaxResponse("message");
    waTester.switchOffTestMode();
    // now the assertions will be the real last response

    tester.assertLabel("message", "Atmosphere rocks!");

    tester.destroy();
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.