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

uk.ac.cam.automation.seleniumframework.ProjectEntity Maven / Gradle / Ivy

package uk.ac.cam.automation.seleniumframework;

import uk.ac.cam.automation.seleniumframework.properties.CommonProperties;
import uk.ac.cam.automation.seleniumframework.properties.PropertyLoader;

public class ProjectEntity {

    public static final String getProjectName = PropertyLoader.getProperty(CommonProperties.PROJECT_NAME) != null ?
            PropertyLoader.getProperty(CommonProperties.PROJECT_NAME) :
            "AUTOMATED TEST";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy