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

org.fluentlenium.core.label.FluentLabelProvider Maven / Gradle / Ivy

package org.fluentlenium.core.label;

/**
 * Provides label and label hints definitions.
 */
public interface FluentLabelProvider {
    /**
     * Get defined definition.
     *
     * @return defined label
     */
    String getLabel();

    /**
     * Get defined label hints.
     *
     * @return array of label hints
     */
    String[] getLabelHints();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy