
org.nohope.test.stress.actions.Scenario Maven / Gradle / Ivy
The newest version!
package org.nohope.test.stress.actions;
import org.nohope.test.stress.AbstractMeasureData;
/**
* @author Ketoth Xupack
* @since 2013-12-27 23:55
*/
@FunctionalInterface
public interface Scenario {
void doAction(final P p) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy