mirror of https://github.com/stretchr/testify.git
https
parent
d2db48976a
commit
0291ba6dc2
|
@ -219,7 +219,7 @@ func TestSomethingElse2(t *testing.T) {
|
||||||
|
|
||||||
For more information on how to write mock code, check out the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock).
|
For more information on how to write mock code, check out the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock).
|
||||||
|
|
||||||
You can use the [mockery tool](http://vektra.github.io/mockery/) to autogenerate the mock code against an interface as well, making using mocks much quicker.
|
You can use the [mockery tool](https://vektra.github.io/mockery/) to autogenerate the mock code against an interface as well, making using mocks much quicker.
|
||||||
|
|
||||||
[`suite`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package
|
[`suite`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package
|
||||||
-----------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue