Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
44
func
(s *ServerSuite) TestStartStop(c *C) {
45
c.Assert(s.mux.Start(), IsNil)
46
}
47
48
func
(s *ServerSuite) TestBackendCRUD(c *C) {
49
e := testutils.NewResponder(
"Hi, I'm endpoint"
)
Callers
nothing calls this directly
Calls
1
Start
Method · 0.65
Tested by
no test coverage detected