Updated README
This commit is contained in:
parent
9dfde8fc79
commit
a0446da590
@ -97,7 +97,7 @@ The mocked structure implements the interface, where each method calls the assoc
|
|||||||
* It will panic if a nil function gets called
|
* It will panic if a nil function gets called
|
||||||
* Name arguments in the interface for a better experience
|
* Name arguments in the interface for a better experience
|
||||||
* Use closured variables inside your test function to capture details about the calls to the methods
|
* Use closured variables inside your test function to capture details about the calls to the methods
|
||||||
* Use `.CallsTo.Method` to track the calls
|
* Use `.MethodCalls()` to track the calls
|
||||||
* Use `go:generate` to invoke the `moq` command
|
* Use `go:generate` to invoke the `moq` command
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user