Home | History | Annotate | Download | only in tests

Lines Matching refs:Equal

155 		if got := monster.Name(); !bytes.Equal([]byte("MyMonster"), got) {
166 // check that new allocs equal given ones:
200 // check that new allocs equal given ones:
229 if got := monster2.Name(); !bytes.Equal([]byte("Fred"), got) {
287 if got := monster.Testarrayofstring(0); !bytes.Equal([]byte("test1"), got) {
291 if got := monster.Testarrayofstring(1); !bytes.Equal([]byte("test2"), got) {
569 if !bytes.Equal(want, got) {
1107 if got := stat.Id(); !bytes.Equal([]byte("MyStat"), got) {
1249 if !bytes.Equal(want, got) {
1382 fail("enum name is not equal")
1462 if !bytes.Equal(a, b) {
1463 fail("objects are not byte-wise equal")