Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ Passed
Method
Passed
suite/stats.go:42–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(s *SuiteInformation) Passed() bool {
43
for
_, stats :=
range
s.TestStats {
44
if
!stats.Passed {
45
return
false
46
}
47
}
48
49
return
true
50
}
Callers
4
TestSuiteWithStats
Function · 0.80
TestPassedReturnsTrueWhenAllTestsPass
Function · 0.80
TestPassedReturnsFalseWhenSomeTestFails
Function · 0.80
TestPassedReturnsFalseWhenAllTestsFail
Function · 0.80
Calls
no outgoing calls
Tested by
4
TestSuiteWithStats
Function · 0.64
TestPassedReturnsTrueWhenAllTestsPass
Function · 0.64
TestPassedReturnsFalseWhenSomeTestFails
Function · 0.64
TestPassedReturnsFalseWhenAllTestsFail
Function · 0.64