Package org.jmock.internal.matcher
Class ParametersMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T[]>
-
- org.hamcrest.collection.IsArray<Object>
-
- org.jmock.internal.matcher.ParametersMatcher
-
-
Constructor Summary
Constructors Constructor Description ParametersMatcher(Object[] expectedValues)
ParametersMatcher(List<org.hamcrest.Matcher<?>> parameterMatchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
descriptionEnd()
protected String
descriptionStart()
-
Methods inherited from class org.hamcrest.collection.IsArray
array, describeMismatchSafely, describeTo, descriptionSeparator, matchesSafely
-
-