Class BaseTestCase.SimpleAction

java.lang.Object
org.opendaylight.lispflowmapping.tools.junit.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 Object implements org.jmock.api.Action
  • Constructor Details

    • SimpleAction

      protected SimpleAction()
  • Method Details

    • describeTo

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

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