public class OneOfCollection extends Object implements org.easymock.IArgumentMatcher
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuffer buffer) |
boolean |
matches(Object actual) |
static Object |
oneOf(Collection<?> allowed) |
public static Object oneOf(Collection<?> allowed)
public boolean matches(Object actual)
matches
in interface org.easymock.IArgumentMatcher
public void appendTo(StringBuffer buffer)
appendTo
in interface org.easymock.IArgumentMatcher
Copyright © 2016. All rights reserved.