Class TestingModule


  • @Module(includes=DatabaseTestingModule.class)
    public abstract class TestingModule
    extends java.lang.Object
    A module providing mock implementations of commonly used dependencies. In general, it should be sufficient to only include TestingModule even if you don't use all the modules specified in includes because they will be ignored.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait