gomock: 不依賴interface{}的stuct method mock

ansinlee發表於2019-04-09

結合 github.comstretchr/testify/mock 和 github.com/bouk/monkey的動態函式替換 ,可以讓單元測試struct的method mock 不用依賴 interface{}

https://github.com/ansinlee/gomock

相關文章