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

com.emc.mongoose.api.common.Constants Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha5
Show newest version
package com.emc.mongoose.api.common;

import java.io.File;
import java.util.Locale;

/**
 Created on 11.07.16.
 */
public interface Constants {

	String DIR_CONFIG = "config";
	String DIR_EXAMPLE = "example";
	String DIR_EXAMPLE_CONTENT = DIR_EXAMPLE + File.separator + "content";
	String DIR_EXAMPLE_SCENARIO = DIR_EXAMPLE + File.separator + "scenario";
	String PATH_DEFAULTS = DIR_CONFIG + File.separator + "defaults.json";
	String KEY_BASE_DIR = "baseDir";
	String KEY_TEST_STEP_ID = "stepId";
	String KEY_CLASS_NAME = "className";
	int MIB = 0x10_00_00;
	double K = 1e3;
	double M = 1e6;
	Locale LOCALE_DEFAULT = Locale.ROOT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy