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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description arg0) abstract Object
invoke
(org.jmock.api.Invocation invocation)
-
Constructor Details
-
SimpleAction
protected SimpleAction()
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description arg0) - Specified by:
describeTo
in interfaceorg.hamcrest.SelfDescribing
-
invoke
- Specified by:
invoke
in interfaceorg.jmock.api.Invokable
- Throws:
Throwable
-