Package org.mojavemvc.exception

Examples of org.mojavemvc.exception.DefaultJSPErrorHandlerFactory


public class TestDefaultJSPErrorHandlerFactory {

    @Test
    public void createErrorHandler() throws Exception {

        DefaultJSPErrorHandlerFactory factory = new DefaultJSPErrorHandlerFactory();
        ErrorHandler errorHandler = factory.createErrorHandler();

        assertTrue(errorHandler instanceof DefaultJSPErrorHandler);
    }
View Full Code Here

TOP

Related Classes of org.mojavemvc.exception.DefaultJSPErrorHandlerFactory

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.