Package org.ofbiz.testtools.seleniumxml

Examples of org.ofbiz.testtools.seleniumxml.DataLoop


    public void dataLoop(Element elem) throws TestCaseException {

        String dataListName = elem.getAttributeValue("dataListName");
        List<Element> children = UtilGenerics.cast(elem.getChildren());

        DataLoop looper = new DataLoop(dataListName, this, children);
        looper.runTest();
    }
View Full Code Here

TOP

Related Classes of org.ofbiz.testtools.seleniumxml.DataLoop

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.