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

com.emc.mongoose.run.scenario.Scenario Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.run.scenario;

import com.emc.mongoose.run.scenario.step.CompositeStep;

/**
 Created by kurila on 02.02.16.
 */
public interface Scenario
extends CompositeStep {
	String DIR_SCENARIO = "scenario";
	String FNAME_DEFAULT_SCENARIO = "default.json";
	String FNAME_SCENARIO_SCHEMA = "schema.json";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy