Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ TheExampleMethod2
Method
TheExampleMethod2
mock/mock_test.go:71–73 ·
view source on GitHub ↗
go:noinline
(yesorno bool)
Source
from the content-addressed store, hash-verified
69
70
//go:noinline
71
func
(i *TestExampleImplementation) TheExampleMethod2(yesorno bool) {
72
i.Called(yesorno)
73
}
74
75
type
ExampleType
struct
{
76
ran bool
Callers
10
Test_Mock_On_WithArgMatcherThatPanics
Function · 0.95
Test_Mock_Return_NotBefore_In_Order
Function · 0.80
Test_Mock_Return_InOrder_Uses_NotBefore
Function · 0.80
Test_Mock_Return_NotBefore_Out_Of_Order
Function · 0.80
Test_Mock_Return_InOrder_Uses_NotBefore_Out_Of_Order
Function · 0.80
Test_Mock_Return_NotBefore_Not_Enough_Times
Function · 0.80
Test_Mock_Return_NotBefore_Different_Mock_In_Order
Function · 0.80
Test_Mock_Return_NotBefore_Different_Mock_Out_Of_Order
Function · 0.80
Test_Mock_Return_NotBefore_In_Order_With_Non_Dependant
Function · 0.80
Test_WaitUntil_Parallel
Function · 0.80
Calls
1
Called
Method · 0.80
Tested by
no test coverage detected