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

uk.ac.cam.automation.seleniumframework.properties.PropertiesFileConfig Maven / Gradle / Ivy

package uk.ac.cam.automation.seleniumframework.properties;

public class PropertiesFileConfig {

    private String fileName;

    public PropertiesFileConfig(String fileName) {
        this.fileName = fileName;
    }

    public String getFileName() {
        return fileName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy