org.jmock.lib
Class CurrentStateMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<States>
org.jmock.lib.CurrentStateMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<States>, org.hamcrest.SelfDescribing
public class CurrentStateMatcher
- extends org.hamcrest.TypeSafeMatcher<States>
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
CurrentStateMatcher
public CurrentStateMatcher(String stateName,
boolean expected)
matchesSafely
public boolean matchesSafely(States stateMachine)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<States>
describeMismatchSafely
protected void describeMismatchSafely(States stateMachine,
org.hamcrest.Description mismatchDescription)
- Overrides:
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<States>
describeTo
public void describeTo(org.hamcrest.Description description)
isCurrently
public static org.hamcrest.Matcher<States> isCurrently(String stateName)
isNotCurrently
public static org.hamcrest.Matcher<States> isNotCurrently(String stateName)
Copyright © 2003-2012 jMock. All Rights Reserved.