Package com.alibaba.citrus.service.form.support

Examples of com.alibaba.citrus.service.form.support.FormTool$GroupHelper


        assertNull(tool5.get("group2").getDefaultInstance());
    }

    @Test
    public void tool_toString() {
        assertEquals("FormTool[no FormService]", new FormTool().toString());
        assertEquals("form1:FormService {\n" //
                     + "  FormConfig[groups: 3]\n" //
                     + "}", tool.toString());
    }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.service.form.support.FormTool$GroupHelper

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.