From aff27330c3e5e8da512c4fed13d31937d70b7b33 Mon Sep 17 00:00:00 2001 From: pasdam Date: Wed, 13 Jan 2021 13:28:51 +0100 Subject: [PATCH] Add mockito to testing section (#3416) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2db4fc3..b20cdddf 100644 --- a/README.md +++ b/README.md @@ -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.