Examples of SummaryFilter


Examples of org.rhq.bindings.util.SummaryFilter

public class SummaryFilterTest {

    @Test
    public void testFilterAndReturnOrder() throws Exception {
        SummaryFilter filter = new SummaryFilter();
        PropertyDescriptor[] properties = filter.getPropertyDescriptors(new TestEntity(),false);

        assert (properties.length == 2);
        assert (properties[0].getName().equals("id"));
        assert (properties[1].getName().equals("summaryField"));
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.