File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/architecture/mobile-clients/ios Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -472,8 +472,8 @@ protocol FooProtocol { // sourcery: AutoMockable
472472:::info Manual generation
473473
474474There are some cases where the automatically generated mock does not cover the mock scenario we want
475- or it cannot handle some closure types, especially in function's parameters. In such cases prefer to
476- create the mock manually and remove the protocol's comment as ` AutoMockable ` .
475+ or it cannot handle some closure types, especially in function parameters. In such cases prefer to
476+ create the mock manually and remove the protocol's ` AutoMockable ` comment .
477477
478478:::
479479
@@ -484,7 +484,7 @@ annotations have been added in `AutoMockable.stencil` to handle special cases.
484484
485485- ** useSelectorName** : Method annotation used to indicate that the generated mocked properties need
486486 to use the selector name instead of the short method name. This is especially useful when using
487- function overloading where we need the mocked names to also have the parameters names to
487+ function overloading where we need the mocked names to also have the parameter names to
488488 differentiate between the different mocked functions.
489489- ** mockReceivedInvocations** : Method annotation used to indicate that we want to generate the
490490 mocked property to store an array of the received invocations of the parameters passed each time
You can’t perform that action at this time.
0 commit comments