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

com.tvd12.test.performance.Script Maven / Gradle / Ivy

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