org.gcube.tools.sam.istester.plugin.tests
Class BaseTest

java.lang.Object
  extended by org.gcube.tools.sam.istester.plugin.tests.BaseTest
Direct Known Subclasses:
ProfileOperationTest, QueryOperationTest

public abstract class BaseTest
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Constructor Summary
BaseTest()
           
 
Method Summary
 java.util.ArrayList<org.gcube.tools.sam.reports.XMLReport> getReports()
           
 java.lang.String getScope()
           
 void setScope(java.lang.String scope)
           
abstract  void test()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTest

public BaseTest()
Method Detail

getReports

public java.util.ArrayList<org.gcube.tools.sam.reports.XMLReport> getReports()

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

test

public abstract void test()