MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / assertNotRejected

Function assertNotRejected

channels/sync_runner_test.go:87–91  ·  view source on GitHub ↗
(t *testing.T, result interface{})

Source from the content-addressed store, hash-verified

85}
86
87func assertNotRejected(t *testing.T, result interface{}) {
88 r, ok := result.(*ChannelMapperOutput)
89 assert.True(t, ok)
90 assert.NoError(t, r.Rejection)
91}

Callers 4

TestRequireUserFunction · 0.85
TestRequireRoleFunction · 0.85
TestRequireAccessFunction · 0.85
TestRequireAdminFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected