MCPcopy
hub / github.com/expr-lang/expr / TestEqualValuesWrapper

Function TestEqualValuesWrapper

internal/testify/assert/forward_assertions_test.go:53–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

51}
52
53func TestEqualValuesWrapper(t *testing.T) {
54 assert := New(new(testing.T))
55
56 if !assert.EqualValues(uint32(10), int32(10)) {
57 t.Error("EqualValues should return true")
58 }
59}
60
61func TestNotNilWrapper(t *testing.T) {
62 assert := New(new(testing.T))

Callers

nothing calls this directly

Calls 3

NewFunction · 0.70
EqualValuesMethod · 0.45
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…