Searched refs:repeatedFoo (Results 1 – 1 of 1) sorted by relevance
709 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo() local711 assertEquals(foo.a, repeatedFoo.a); in testRepeatFoo()712 assertEquals(foo.b, repeatedFoo.b); in testRepeatFoo()713 assertEquals(foo.d.b, repeatedFoo.d.b); in testRepeatFoo()714 assertEquals(foo.e.d, repeatedFoo.e.d); in testRepeatFoo()715 assertEquals(foo.shouldBeByteBar, repeatedFoo.shouldBeByteBar); in testRepeatFoo()716 assertEquals(foo.shouldBeIntBar, repeatedFoo.shouldBeIntBar); in testRepeatFoo()717 assertEquals(foo.shouldBeLongBar, repeatedFoo.shouldBeLongBar); in testRepeatFoo()718 … Assert.assertArrayEquals(foo.shouldContainTwoByteFoos, repeatedFoo.shouldContainTwoByteFoos); in testRepeatFoo()719 Assert.assertArrayEquals(foo.shouldContainTwoIntFoos, repeatedFoo.shouldContainTwoIntFoos); in testRepeatFoo()[all …]