awesome-patterns/playground/mocklib/mocks/Robot.go
2018-09-26 23:48:20 +08:00

16 lines
301 B
Go

// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
// Robot is an autogenerated mock type for the Robot type
type Robot struct {
mock.Mock
}
// SayHi provides a mock function with given fields:
func (_m *Robot) SayHi() {
_m.Called()
}