Class BaseTestCase.SimpleAction

  • All Implemented Interfaces:
    org.hamcrest.SelfDescribing, org.jmock.api.Action, org.jmock.api.Invokable
    Enclosing class:
    BaseTestCase

    protected abstract class BaseTestCase.SimpleAction
    extends java.lang.Object
    implements org.jmock.api.Action
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SimpleAction()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void describeTo​(org.hamcrest.Description arg0)  
      abstract java.lang.Object invoke​(org.jmock.api.Invocation invocation)  
      • Methods inherited from class java.lang.Object

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

      • SimpleAction

        protected SimpleAction()
    • Method Detail

      • describeTo

        public void describeTo​(org.hamcrest.Description arg0)
        Specified by:
        describeTo in interface org.hamcrest.SelfDescribing
      • invoke

        public abstract java.lang.Object invoke​(org.jmock.api.Invocation invocation)
                                         throws java.lang.Throwable
        Specified by:
        invoke in interface org.jmock.api.Invokable
        Throws:
        java.lang.Throwable