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