org.gcube.tools.sam.istester.plugin.test
Class Test

java.lang.Object
  extended by org.gcube.tools.sam.istester.plugin.test.Test

public class Test
extends java.lang.Object

A test for the plugin's task.


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run tests and logs any exception.
static void run(java.lang.String[] args)
          Runs the test.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

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
Runs the test.

Parameters:
args - test arguments.
Throws:
java.lang.Exception - if the test did not complete successfully.