com.emc.mongoose.scenario.step.ValueStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-scenario Show documentation
Show all versions of mongoose-scenario Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.scenario.step;
/**
A scenario step accepting some value.
*/
public interface ValueStep
extends Step {
/**
@param value
@return new ValueStepBuilder instance with applied value
*/
ValueStep value(final String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy