All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sitoolkit.wt.domain.debug.LocatorChecker Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package org.sitoolkit.wt.domain.debug;

import org.sitoolkit.wt.domain.testscript.Locator;

/**
 * ロケーターのチェック機能を提供するクラスが実装するインターフェースです。
 * @author yuichi.kuwahara
 *
 */
public interface LocatorChecker {

    /**
     * 表示中の画面にロケーターに該当する要素に関する情報をログに出力します。
     *
     * @param locator チェック対象のロケーター
     */
    void check(Locator locator);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy