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 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)
-
-
-
Method Detail
-
describeTo
public void describeTo(org.hamcrest.Description arg0)
- Specified by:
describeTo
in interfaceorg.hamcrest.SelfDescribing
-
invoke
public abstract java.lang.Object invoke(org.jmock.api.Invocation invocation) throws java.lang.Throwable
- Specified by:
invoke
in interfaceorg.jmock.api.Invokable
- Throws:
java.lang.Throwable
-
-