Package com.darrinholst.sass_java

Examples of com.darrinholst.sass_java.SassCompilingFilter


        Clock.setDelegate(clock = new FakeClock());
        when(filterConfig.getServletContext()).thenReturn(servletContext);
        when(filterConfig.getInitParameter(RETHROW_EXCEPTIONS_PARAM)).thenReturn("true");
        when(servletContext.getRealPath("/")).thenReturn(webAppRoot);

        filter = new SassCompilingFilter();
    }
View Full Code Here

TOP

Related Classes of com.darrinholst.sass_java.SassCompilingFilter

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.