Class MockManager


  • @Deprecated
    public class MockManager
    extends java.lang.Object
    Deprecated.
    Manager of IMocksControl
    Version:
    $Id$
    See Also:
    IMocksControl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<org.easymock.IMocksControl> mockControls
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      MockManager()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void add​(org.easymock.IMocksControl control)
      Deprecated.
       
      void clear()
      Deprecated.
      Clear all controls from the manager
      void replayAll()
      Deprecated.
       
      void verifyAll()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • mockControls

        private java.util.List<org.easymock.IMocksControl> mockControls
        Deprecated.
    • Constructor Detail

      • MockManager

        public MockManager()
        Deprecated.
    • Method Detail

      • add

        public void add​(org.easymock.IMocksControl control)
        Deprecated.
        Parameters:
        control - to be add to the manager
      • clear

        public void clear()
        Deprecated.
        Clear all controls from the manager
      • replayAll

        public void replayAll()
        Deprecated.
        See Also:
        IMocksControl.replay()
      • verifyAll

        public void verifyAll()
        Deprecated.
        See Also:
        IMocksControl.verify()