Package in.partake.controller.action.feed

Source Code of in.partake.controller.action.feed.FeedListPageActionTest

package in.partake.controller.action.feed;

import in.partake.controller.action.ActionControllerTest;

import org.junit.Test;

import in.partake.controller.ActionProxy;

public class FeedListPageActionTest extends ActionControllerTest {

    @Test
    public void testCalendar() throws Exception {
        ActionProxy proxy = getActionProxy(GET, "/feed");
        proxy.execute();

        assertResultSuccess(proxy);
    }
}
TOP

Related Classes of in.partake.controller.action.feed.FeedListPageActionTest

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.