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

Packages that use BaseTest
org.gcube.tools.sam.istester.plugin   
org.gcube.tools.sam.istester.plugin.tests   
 

Uses of BaseTest in org.gcube.tools.sam.istester.plugin
 

Fields in org.gcube.tools.sam.istester.plugin with type parameters of type BaseTest
static java.util.ArrayList<java.lang.Class<? extends BaseTest>> PluginContext.tests
           
 

Methods in org.gcube.tools.sam.istester.plugin that return types with arguments of type BaseTest
static java.util.ArrayList<java.lang.Class<? extends BaseTest>> PluginContext.getTests()
           
 

Method parameters in org.gcube.tools.sam.istester.plugin with type arguments of type BaseTest
static void PluginContext.setTests(java.util.ArrayList<java.lang.Class<? extends BaseTest>> tests)
           
 

Uses of BaseTest in org.gcube.tools.sam.istester.plugin.tests
 

Subclasses of BaseTest in org.gcube.tools.sam.istester.plugin.tests
 class ProfileOperationTest
           
 class QueryOperationTest