Examples of UsageMetricDailyStreamInfoRequest


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
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.