Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Happens, for example, for a mocked
public interface MultivaluedMap<V> extends Map<Integer, List<V>> {}
when recording a list to be returned from calls to "map.get(1)".
The text was updated successfully, but these errors were encountered:
Added test to reproduce bug from issue #218.
95133e3
jmockit/jmockit1@b3e081c
rliesenfeld
No branches or pull requests
Happens, for example, for a mocked
when recording a list to be returned from calls to "map.get(1)".
The text was updated successfully, but these errors were encountered: