Package org.rhq.bindings.util

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

Related Classes of org.rhq.bindings.util.SummaryFilter

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.