package GROUPID.tests.library.sample.base;

/**

* Consolidates all the constants into 1 file for code reuse.
*/

public class Constant {

/**
 * Properties file
 */
public static final String PROPERTIES_FILE = "/sample.properties";

}