MCPcopy
hub / github.com/stretchr/testify / expectedCalls

Method expectedCalls

mock/mock.go:771–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

769}
770
771func (m *Mock) expectedCalls() []*Call {
772 return append([]*Call{}, m.ExpectedCalls...)
773}
774
775func (m *Mock) calls() []Call {
776 return append([]Call{}, m.Calls...)

Callers 2

findClosestCallMethod · 0.95
AssertExpectationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected