Examples of ERXWOTestInterface


Examples of er.testrunner.ERXWOTestInterface

     * @return {@link er.testrunner.ERXWOTestInterface ERXWOTestInterface}
     * with the results after performing the given test.
     */
    public WOActionResults testAction() {
        if (canPerformActionWithPasswordKey("er.extensions.ERXJUnitPassword")) {
          ERXWOTestInterface result = pageWithName(ERXWOTestInterface.class);
            session().setObjectForKey(Boolean.TRUE, "ERXWOTestInterface.enabled");
            String testCase = request().stringFormValueForKey("case");
            if(testCase != null) {
                result.theTest = testCase;
                // (ak:I wish we could return a direct test result...)
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.