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

org.fluentlenium.adapter.FluentControlContainer Maven / Gradle / Ivy

package org.fluentlenium.adapter;

import org.fluentlenium.core.FluentControl;
import org.fluentlenium.core.FluentControlProvider;

/**
 * Container for {@link FluentControl} of the actual test adapter.
 */
public interface FluentControlContainer extends FluentControlProvider {
    /**
     * Set the FluentControl for actual test.
     *
     * @param fluentControl FluentControl intialized for actual test.
     */
    void setFluentControl(FluentControl fluentControl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy