Class InjectionBase


  • public class InjectionBase
    extends java.lang.Object
    This class is required to resolve a method handle lookup for the org.mockito.codegen package what requires a preexisting class for the package. By defining this class, the JVM (starting from Java 9) assures that this package is a part of the Mockito module such that we gain full access rights.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InjectionBase()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • InjectionBase

        private InjectionBase()