/** * */ package org.gcube.testutility; /** * @author Luca Frosini (ISTI - CNR) * */ public interface TestOperation { public void operate(int i) throws Exception; }