Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ SetupSuite
Method
SetupSuite
suite/suite_test.go:494–496 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
492
Run(t, new(CallOrderSuite))
493
}
494
func
(s *CallOrderSuite) SetupSuite() {
495
s.call(
"SetupSuite"
)
496
}
497
498
func
(s *CallOrderSuite) TearDownSuite() {
499
s.call(
"TearDownSuite"
)
Callers
nothing calls this directly
Calls
1
call
Method · 0.95
Tested by
no test coverage detected