Package 

Class SynchronizedMockHandlersMap

  • All Implemented Interfaces:
    io.mockk.proxy.jvm.advice.jvm.MockHandlerMap , kotlin.collections.Map , kotlin.collections.MutableMap

    
    public final class SynchronizedMockHandlersMap
     implements MockHandlerMap, Map<Any, MockKInvocationHandler>
                        
    • Method Summary

      Modifier and Type Method Description
      Boolean isMock(Object instance)
      Set<Entry.Map<Object, MockKInvocationHandler>> getEntries()
      Set<Object> getKeys()
      Integer getSize()
      Collection<MockKInvocationHandler> getValues()
      • Methods inherited from class io.mockk.proxy.jvm.advice.jvm.MockHandlerMap

        clear, compute, computeIfAbsent, computeIfPresent, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
      • Methods inherited from class kotlin.collections.MutableMap

        containsKey, containsValue, forEach, get, getOrDefault, isEmpty
      • Methods inherited from class kotlin.collections.Map

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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