Add mockito to testing section (#3416)

This commit is contained in:
pasdam 2021-01-13 13:28:51 +01:00 committed by GitHub
parent 7cda351205
commit aff27330c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1745,6 +1745,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources.
* [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces.
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.
* [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java.
* [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.
* Fuzzing and delta-debugging/reducing/shrinking.