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

Function asyncCall

mock/mock_test.go:1343–1345  ·  view source on GitHub ↗
(m *Mock, ch chan Arguments)

Source from the content-addressed store, hash-verified

1341}
1342
1343func asyncCall(m *Mock, ch chan Arguments) {
1344 ch <- m.Called(1, 2, 3)
1345}
1346
1347func Test_Mock_Called_blocks(t *testing.T) {
1348 t.Parallel()

Callers 1

Test_Mock_Called_blocksFunction · 0.85

Calls 1

CalledMethod · 0.80

Tested by

no test coverage detected