MCPcopy
hub / github.com/vulcand/vulcand / TestStartStop

Method TestStartStop

proxy/mux/mux_test.go:44–46  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

42 s.mux.Stop(true)
43}
44func (s *ServerSuite) TestStartStop(c *C) {
45 c.Assert(s.mux.Start(), IsNil)
46}
47
48func (s *ServerSuite) TestBackendCRUD(c *C) {
49 e := testutils.NewResponder("Hi, I'm endpoint")

Callers

nothing calls this directly

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected