Implementing client

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-client@111735 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-05 15:35:48 +00:00
parent 24f6c6db3e
commit bf1d346300
1 changed files with 0 additions and 10 deletions

View File

@ -9,16 +9,11 @@ import java.util.UUID;
import org.gcube.common.scope.api.ScopeProvider;
import org.gcube.vremanagement.executor.api.types.LaunchParameter;
import org.gcube.vremanagement.executor.exception.ExecutorException;
import org.gcube.vremanagement.executor.exception.InputsNullException;
import org.gcube.vremanagement.executor.exception.LaunchException;
import org.gcube.vremanagement.executor.exception.PluginInstanceNotFoundException;
import org.gcube.vremanagement.executor.exception.PluginNotFoundException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
@ -26,11 +21,6 @@ import org.slf4j.LoggerFactory;
*/
public class DefaultExecutorTest {
/**
* Logger
*/
private static Logger logger = LoggerFactory.getLogger(DefaultExecutorTest.class);
private ExecutorProxy proxy;
@Before