Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ Test_A_Fails
Method
Test_A_Fails
suite/suite_test.go:678–681 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
676
}
677
678
func
(s *FailfastSuite) Test_A_Fails() {
679
s.call(
"Test A Fails"
)
680
s.T().Error(
"Test A meant to fail"
)
681
}
682
683
func
(s *FailfastSuite) Test_B_Passes() {
684
s.call(
"Test B Passes"
)
Callers
nothing calls this directly
Calls
3
call
Method · 0.95
T
Method · 0.65
Error
Method · 0.45
Tested by
no test coverage detected