Class MockGateway.NoMockito

  • Enclosing class:
    MockGateway

    private static final class MockGateway.NoMockito
    extends java.lang.Object
    noMockito is wrapped into it's own static class to make sure it is initialized not earlier than MockGateway.calledFromMockito() is called for the first time.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static boolean noMockito  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoMockito()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • noMockito

        static final boolean noMockito
    • Constructor Detail

      • NoMockito

        private NoMockito()