public abstract class OperationTester<T extends org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?>> extends Object
| Constructor and Description |
|---|
OperationTester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeClass() |
protected boolean |
checkFallback() |
protected abstract org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> |
getFactory() |
protected abstract Map<String,Object> |
getParameterInstances() |
protected abstract org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId |
getTargetColumnId() |
protected abstract org.gcube.data.analysis.tabulardata.model.table.TableId |
getTargetTableId() |
void |
setupFactoryChecker() |
void |
testFactory() |
void |
testInvocationDescription() |
void |
testWorker() |
public void setupFactoryChecker()
protected abstract org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> getFactory()
public static void beforeClass()
public final void testFactory()
public final void testInvocationDescription()
throws org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationException
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationExceptionpublic final void testWorker()
throws org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationException
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationExceptionprotected boolean checkFallback()
protected abstract org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId getTargetColumnId()
protected abstract org.gcube.data.analysis.tabulardata.model.table.TableId getTargetTableId()
Copyright © 2018. All Rights Reserved.