Menu

#3 Finding the correct method can fail on hierarchies

closed
nobody
None
5
2005-04-14
2005-03-29
Jon Skeet
No

If two methods are declared:

Foo (object o);
Foo (string s);

and a call is made with Foo ((object)"hello")
EasyMockNET thinks that Foo(string) has been called
instead of Foo(object).

I've fixed this and will submit a patch soon.

Discussion

  • Jon Skeet

    Jon Skeet - 2005-04-14
    • status: open --> closed
     
  • Jon Skeet

    Jon Skeet - 2005-04-14

    Logged In: YES
    user_id=215483

    Fixed in CVS.

     

Log in to post a comment.