Searched refs:repeatedFoo (Results 1 – 1 of 1) sorted by relevance
609 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo() local611 assertEquals(foo.a, repeatedFoo.a); in testRepeatFoo()612 assertEquals(foo.b, repeatedFoo.b); in testRepeatFoo()613 assertEquals(foo.d.b, repeatedFoo.d.b); in testRepeatFoo()614 assertEquals(foo.e.d, repeatedFoo.e.d); in testRepeatFoo()615 assertEquals(foo.shouldBeByteBar, repeatedFoo.shouldBeByteBar); in testRepeatFoo()616 assertEquals(foo.shouldBeIntBar, repeatedFoo.shouldBeIntBar); in testRepeatFoo()617 assertEquals(foo.shouldBeLongBar, repeatedFoo.shouldBeLongBar); in testRepeatFoo()618 … Assert.assertArrayEquals(foo.shouldContainTwoByteFoos, repeatedFoo.shouldContainTwoByteFoos); in testRepeatFoo()619 Assert.assertArrayEquals(foo.shouldContainTwoIntFoos, repeatedFoo.shouldContainTwoIntFoos); in testRepeatFoo()[all …]