ratz/src/chatservers/common/mocks/EmploymentRecords.go

type EmploymentRecords

// EpicTeams provides a mock function with given fields:
func (_m *EmploymentRecords) EpicTeams() []common.EpicTeam {}

// RecordTeamWin provides a mock function with given fields: teamName, members
func (_m *EmploymentRecords) RecordTeamWin(teamName string, members []common.UserRecord) {}

// NewEmploymentRecords creates a new instance of EmploymentRecords. 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 NewEmploymentRecords(t interface {}