Package io.trino.tempto.initialization
Interface TestMethodModuleProvider
- All Known Implementing Classes:
TestMethodInfoModuleProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Classes implementing this interface provide
Modules
at test method level.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.ModulegetModule(Configuration configuration, org.testng.ITestResult testResult)
-
Method Details
-
getModule
-