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

Function TestJSONEq_EqualSONString

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

Source from the content-addressed store, hash-verified

2196}
2197
2198func TestJSONEq_EqualSONString(t *testing.T) {
2199 mockT := new(testing.T)
2200 True(t, JSONEq(mockT, `{"hello": "world", "foo": "bar"}`, `{"hello": "world", "foo": "bar"}`))
2201}
2202
2203func TestJSONEq_EquivalentButNotEqual(t *testing.T) {
2204 mockT := new(testing.T)

Callers

nothing calls this directly

Calls 2

TrueFunction · 0.70
JSONEqFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…