Home | History | Annotate | Download | only in easymock

Lines Matching refs:argument

29  * on <code>EasyMock</code>, there are per-argument matchers available. For more

38 * Checks whether an expected argument matches an actual argument; the method
44 * the expected argument.
46 * the actual argument.
54 * Converts an argument to a String, used by
57 * @param argument
58 * the argument to convert to a String.
59 * @return a <code>String</code> representation of the argument.
61 protected String argumentToString(Object argument) {
63 ArgumentToString.appendArgument(argument, result);
68 * Checks whether an expected argument array matches an actual argument array.
73 * not called: If both argument arrays are null, they match; if one and only
118 * for every argument in the given array and returns the string representations