Package io.trino.tests.product
Class PrestoTemptoPlugin
- java.lang.Object
-
- io.trino.tests.product.PrestoTemptoPlugin
-
- All Implemented Interfaces:
io.trino.tempto.TemptoPlugin
public class PrestoTemptoPlugin extends Object implements io.trino.tempto.TemptoPlugin
-
-
Constructor Summary
Constructors Constructor Description PrestoTemptoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<? extends io.trino.tempto.fulfillment.RequirementFulfiller>>getFulfillers()List<Class<? extends io.trino.tempto.initialization.SuiteModuleProvider>>getSuiteModules()List<Class<? extends io.trino.tempto.fulfillment.table.TableManager>>getTableManagers()List<io.trino.tempto.fulfillment.table.TableDefinition>getTables()
-
-
-
Method Detail
-
getFulfillers
public List<Class<? extends io.trino.tempto.fulfillment.RequirementFulfiller>> getFulfillers()
- Specified by:
getFulfillersin interfaceio.trino.tempto.TemptoPlugin
-
getSuiteModules
public List<Class<? extends io.trino.tempto.initialization.SuiteModuleProvider>> getSuiteModules()
- Specified by:
getSuiteModulesin interfaceio.trino.tempto.TemptoPlugin
-
getTableManagers
public List<Class<? extends io.trino.tempto.fulfillment.table.TableManager>> getTableManagers()
- Specified by:
getTableManagersin interfaceio.trino.tempto.TemptoPlugin
-
getTables
public List<io.trino.tempto.fulfillment.table.TableDefinition> getTables()
- Specified by:
getTablesin interfaceio.trino.tempto.TemptoPlugin
-
-