MCPcopy
hub / github.com/gotify/server / expectMessage

Function expectMessage

api/stream/stream_test.go:570–574  ·  view source on GitHub ↗
(expected *model.MessageExternal, clients ...*testingClient)

Source from the content-addressed store, hash-verified

568}
569
570func expectMessage(expected *model.MessageExternal, clients ...*testingClient) {
571 for _, client := range clients {
572 client.expectMessage(expected)
573 }
574}
575
576func expectNoMessage(clients ...*testingClient) {
577 for _, client := range clients {

Callers 3

TestDeleteUserFunction · 0.85
TestMultipleClientsFunction · 0.85

Calls 1

expectMessageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…