MCPcopy Create free account
hub / github.com/DNAProject/DNA / assertEqual

Function assertEqual

vm/neovm/stack_opcode_test.go:53–55  ·  view source on GitHub ↗
(t *testing.T, expect, actual types.VmValue)

Source from the content-addressed store, hash-verified

51}
52
53func assertEqual(t *testing.T, expect, actual types.VmValue) {
54 assert.Equal(t, value2json(t, expect), value2json(t, actual))
55}
56
57func newVmValue(t *testing.T, data Value) types.VmValue {
58 switch v := data.(type) {

Callers 2

checkAltStackOpCodeNewFunction · 0.85
TestAssertEqualFunction · 0.85

Calls 1

value2jsonFunction · 0.85

Tested by

no test coverage detected