MCPcopy Index your code
hub / github.com/expr-lang/expr / TestFalse

Function TestFalse

internal/testify/require/requirements_test.go:130–139  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

128}
129
130func TestFalse(t *testing.T) {
131
132 False(t, false)
133
134 mockT := new(MockT)
135 False(mockT, true)
136 if !mockT.Failed {
137 t.Error("Check should fail")
138 }
139}
140
141func TestContains(t *testing.T) {
142

Callers

nothing calls this directly

Calls 2

FalseFunction · 0.70
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…