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

org.vebqa.vebtal.TestAdaptionResource Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.vebqa.vebtal;

import org.vebqa.vebtal.model.Command;
import org.vebqa.vebtal.model.Response;

public interface TestAdaptionResource {

	public Response execute(Command aCmd);
	
	public String getCommandClassName(Command aCmd);
	
	public Long getDuration();
	
	public void setStart();
	
	public void setFinished();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy