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.

@FunctionalInterface public interface TestMethodModuleProvider
Classes implementing this interface provide Modules at test method level.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Module
    getModule(Configuration configuration, org.testng.ITestResult testResult)
     
  • Method Details

    • getModule

      com.google.inject.Module getModule(Configuration configuration, org.testng.ITestResult testResult)