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

com.cucumber.utils.engineering.compare.Placeholdable Maven / Gradle / Ivy

package com.cucumber.utils.engineering.compare;

import java.util.Map;

public interface Placeholdable {

    /**
     * @return A Map of placeholders names with their corresponding values
     */
    Map compare();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy