Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ newSuiteInformation
Function
newSuiteInformation
suite/stats.go:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
newSuiteInformation() *SuiteInformation {
19
return
&SuiteInformation{
20
TestStats: make(
map
[string]*TestInformation),
21
}
22
}
23
24
func
(s *SuiteInformation) start(testName string) {
25
if
s == nil {
Callers
4
TestPassedReturnsTrueWhenAllTestsPass
Function · 0.85
TestPassedReturnsFalseWhenSomeTestFails
Function · 0.85
TestPassedReturnsFalseWhenAllTestsFail
Function · 0.85
Run
Function · 0.85
Calls
no outgoing calls
Tested by
3
TestPassedReturnsTrueWhenAllTestsPass
Function · 0.68
TestPassedReturnsFalseWhenSomeTestFails
Function · 0.68
TestPassedReturnsFalseWhenAllTestsFail
Function · 0.68