type EpicTeam … // Members provides a mock function with given fields: func (_m *EpicTeam) Members() []common.UserId { … } // Name provides a mock function with given fields: func (_m *EpicTeam) Name() string { … } // Wins provides a mock function with given fields: func (_m *EpicTeam) Wins() int { … } // NewEpicTeam creates a new instance of EpicTeam. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. // The first argument is typically a *testing.T value. func NewEpicTeam(t interface { … }