Package org.eurekastreams.server.service.actions.strategies.activity.plugins.rome

Examples of org.eurekastreams.server.service.actions.strategies.activity.plugins.rome.ActivityStreamsModuleImpl


     *             exception feed throws.
     */
    @Test
    public void withOneActivityStreamsAndOneEntryError() throws Exception
    {
        final ActivityStreamsModuleImpl activityModule = context.mock(ActivityStreamsModuleImpl.class);
        // Feed is too old.
        final SyndEntryImpl entry1 = context.mock(SyndEntryImpl.class, "e1");
        // This feed should error out.
        final SyndEntryImpl entry2 = context.mock(SyndEntryImpl.class, "e2");
        // This feed is an activitystreams that has no object support
View Full Code Here

TOP

Related Classes of org.eurekastreams.server.service.actions.strategies.activity.plugins.rome.ActivityStreamsModuleImpl

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.