You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a test case, before the TearDown method, a exception EInvalidPointer with message 'Invalid pointer operation' is raised. The debugger show that a mock is being destroyed in TObjectProxy.Destroy. The mock is created on a class, not an interface, and this class implements two interfaces.
Not too much information, but this is what I got.
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered:
Trying to clean up issues, apologies for not getting to this sooner. Did you ever resolve this? If not, can you show the code that was causing this av?
After a test case, before the
TearDown
method, a exception EInvalidPointer with message 'Invalid pointer operation' is raised. The debugger show that a mock is being destroyed inTObjectProxy.Destroy
. The mock is created on a class, not an interface, and this class implements two interfaces.Not too much information, but this is what I got.
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: