Skip to content
Snippets Groups Projects
TestingConstants.java 138 B
Newer Older
  • Learn to ignore specific revisions
  • package kozusznik.haas_experiment;
    
    public interface TestingConstants {
    
    	String CONFIGURATION_FILE_NAME = "configuration.properties";
    
    }