Skip to content

unhook methods needed #15

@dodikk

Description

@dodikk

While writing unit tests, I want to set up a hook, run a test and return the system to the previous step. Current implementation with

+ (void)hookInstanceMethodForClass:(Class)targetClass
                      withSelector:(SEL)targetSelector
           prototypeMethodSelector:(SEL)prototypeSelector
                hookMethodSelector:(SEL)hookSelector;

does not work.

See my implementation attempts in : aa06a2e

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions