From: Barry K. <bk...@in...> - 2002-11-18 22:31:58
|
This is because MethodMap uses the method name as the key (without regard to argument types). In order to support overloaded methods considerable overhauls seem to be necessary. I'm going to do this work, but I'm not sure if it can be completely backward compatible (I'm not even sure if that would be desirable). So, who out there is using dynamic mocks? And how deep is your usage? Has anyone come up with a clean way to support overloaded methods using the current implementation of dynamic mocks? -bk |