Class MockitoTestNgModuleFactory

java.lang.Object
io.datarouter.testng.TestNgModuleFactory
io.datarouter.mockito.MockitoTestNgModuleFactory
All Implemented Interfaces:
org.testng.IModuleFactory

public class MockitoTestNgModuleFactory
extends io.datarouter.testng.TestNgModuleFactory
  • Constructor Summary

    Constructors 
    Constructor Description
    MockitoTestNgModuleFactory​(java.lang.Iterable<? extends com.google.inject.Module> modules)  
  • Method Summary

    Modifier and Type Method Description
    com.google.inject.Module createModule​(org.testng.ITestContext context, java.lang.Class<?> testClass)  

    Methods inherited from class io.datarouter.testng.TestNgModuleFactory

    getOverriders

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MockitoTestNgModuleFactory

      public MockitoTestNgModuleFactory​(java.lang.Iterable<? extends com.google.inject.Module> modules)
  • Method Details

    • createModule

      public com.google.inject.Module createModule​(org.testng.ITestContext context, java.lang.Class<?> testClass)
      Specified by:
      createModule in interface org.testng.IModuleFactory
      Overrides:
      createModule in class io.datarouter.testng.TestNgModuleFactory