com.emc.mongoose.run.scenario.step.CompositeStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-run Show documentation
Show all versions of mongoose-run Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.run.scenario.step;
import java.util.List;
/**
Created by andrey on 05.06.17.
*/
public interface CompositeStep
extends Step {
List getChildSteps();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy