Interface InvocationDispatcher
- All Superinterfaces:
ExpectationCollector, org.hamcrest.SelfDescribing
- All Known Implementing Classes:
SynchronisingInvocationDispatcherWrapper, UnsynchronisedInvocationDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Expectation expectation) voiddescribeMismatch(Invocation invocation, org.hamcrest.Description description) voiddescribeTo(org.hamcrest.Description description) dispatch(Invocation invocation) booleannewStateMachine(String name)
-
Method Details
-
newStateMachine
-
add
- Specified by:
addin interfaceExpectationCollector
-
describeTo
void describeTo(org.hamcrest.Description description) - Specified by:
describeToin interfaceorg.hamcrest.SelfDescribing
-
describeMismatch
-
isSatisfied
boolean isSatisfied() -
dispatch
- Throws:
Throwable
-