Package org.jtalks.jcommune.web.interceptors

Examples of org.jtalks.jcommune.web.interceptors.UserDataInterceptor


    private PrivateMessageService service;

    @BeforeMethod
    public void setUp() throws Exception {
        service = mock(PrivateMessageService.class);
        interceptor = new UserDataInterceptor(service);
        request = new MockHttpServletRequest();
        response = new MockHttpServletResponse();
    }
View Full Code Here

TOP

Related Classes of org.jtalks.jcommune.web.interceptors.UserDataInterceptor

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.