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

Function NewBlipTesterClientRunner

rest/utilities_testing_blip_client.go:473–479  ·  view source on GitHub ↗

NewBlipTesterClientRunner creates a BlipTestClientRunner type

(t *testing.T)

Source from the content-addressed store, hash-verified

471
472// NewBlipTesterClientRunner creates a BlipTestClientRunner type
473func NewBlipTesterClientRunner(t *testing.T) *BlipTestClientRunner {
474 return &BlipTestClientRunner{
475 t: t,
476 clients: make(map[uint32]*BlipTesterClient),
477 SkipSubtest: make(map[string]bool),
478 }
479}
480
481// SetSubprotocols forces all BlipTesterClient to run with specific subprotocols. Use BlipTestClientRunner.Run to run tests.
482func (btcRunner *BlipTestClientRunner) SetSubprotocols(subprotocols []string) {

Calls

no outgoing calls