Package

Source Code of SS_058_Test

import org.zkoss.ztl.JQuery;


public class SS_058_Test extends SSAbstractTestCase {

    @Override
    protected void executeTest() {
        JQuery cell_F_21 = getSpecifiedCell(5, 20);
        clickCell(cell_F_21);
        clickCell(cell_F_21);
        click(jq("$cutBtn"));
       
        // Verify
        verifyTrue(jq("div.zshighlight").width() != 0);
    }

}
TOP

Related Classes of SS_058_Test

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.