MCPcopy Create free account
hub / github.com/expr-lang/expr / TestJSONEq_ExpectedIsNotJSON

Function TestJSONEq_ExpectedIsNotJSON

internal/testify/assert/assertions_test.go:2234–2237  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2232}
2233
2234func TestJSONEq_ExpectedIsNotJSON(t *testing.T) {
2235 mockT := new(testing.T)
2236 False(t, JSONEq(mockT, "Not JSON", `{"foo": "bar", "hello": "world"}`))
2237}
2238
2239func TestJSONEq_ExpectedAndActualNotJSON(t *testing.T) {
2240 mockT := new(testing.T)

Callers

nothing calls this directly

Calls 2

FalseFunction · 0.70
JSONEqFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…