Package org.mockito

Interface ScopedMock

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Closes this scoped mock and throws an exception if already closed.
      void closeOnDemand()
      Releases this scoped mock and is non-operational if already released.
      boolean isClosed()
      Checks if this mock is closed.
    • Method Detail

      • isClosed

        boolean isClosed()
        Checks if this mock is closed.
        Returns:
        true if this mock is closed.
      • close

        void close()
        Closes this scoped mock and throws an exception if already closed.
        Specified by:
        close in interface AutoCloseable
      • closeOnDemand

        void closeOnDemand()
        Releases this scoped mock and is non-operational if already released.