org.gcube.dir.master.stubs.test
Class DeployPlugin
java.lang.Object
org.gcube.dir.master.stubs.test.DeployPlugin
public class DeployPlugin
- extends java.lang.Object
A test for the dynamic deployment of plugins of the Master service.
The test requires the following parameters:
(1) the URL of a plugin conformant with the service plugin requirements.
(2) the call scope.
- Author:
- Fabio Simeoni (University of Strathclyde)
Method Summary |
static void |
main(java.lang.String[] args)
Run tests and logs any exception. |
static void |
run(java.lang.String[] args)
Run test. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployPlugin
public DeployPlugin()
main
public static void main(java.lang.String[] args)
- Run tests and logs any exception.
- Parameters:
args
- test arguments as documented above.
run
public static void run(java.lang.String[] args)
throws java.lang.Exception
- Run test.
- Parameters:
args
- test arguments.
- Throws:
java.lang.Exception
- if the test did not complete successfully.