Describe the solution you'd like
I'm wondering if it's necessary to store the method signature in MemberIdentifier and exceptions that are thrown by the mock. It wouldn't be a large savings, but it would reduce the code size a bit and help on code gen. Users could use the stack trace for an exception to determine which member the exception was thrown from.
Describe the solution you'd like
I'm wondering if it's necessary to store the method signature in
MemberIdentifierand exceptions that are thrown by the mock. It wouldn't be a large savings, but it would reduce the code size a bit and help on code gen. Users could use the stack trace for an exception to determine which member the exception was thrown from.