com.tvd12.test.performance.Script Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-util Show documentation
Show all versions of test-util Show documentation
A project support for testing
The newest version!
package com.tvd12.test.performance;
/**
* A FunctionInterface represent to script for testing
*
* @author tavandung12
*
*/
public interface Script {
/**
* Performance object will run all script in this function
*/
public void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy