Package se.inera.ifv.casebox.core.service.impl

Examples of se.inera.ifv.casebox.core.service.impl.StatisticInfo


        Assert.assertEquals(2, col.size());
       
        Iterator<StatisticInfo> infos = col.iterator();
       
        // Should contain 2 summed items order by number of messages
        StatisticInfo info = infos.next();
        Assert.assertEquals(4, info.getNumberOfMessages());
        info = infos.next();
        Assert.assertEquals(4, info.getNumberOfMessages());
    }
View Full Code Here

TOP

Related Classes of se.inera.ifv.casebox.core.service.impl.StatisticInfo

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.