Package org.eurekastreams.server.service.actions.requests

Examples of org.eurekastreams.server.service.actions.requests.UsageMetricDailyStreamInfoRequest


    public void testExecuteWithNoData()
    {
        final long april12th2011 = 1302628002000L;
        Date date = new Date(april12th2011);

        Assert.assertNull(sut.execute(new UsageMetricDailyStreamInfoRequest(date, null)));
    }
View Full Code Here

TOP

Related Classes of org.eurekastreams.server.service.actions.requests.UsageMetricDailyStreamInfoRequest

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.