Searched refs:otherBundle (Results 1 – 1 of 1) sorted by relevance
57 APersistableBundle* otherBundle = APersistableBundle_new(); in TEST_F() local58 ASSERT_NE(nullptr, otherBundle); in TEST_F()59 EXPECT_TRUE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()62 EXPECT_FALSE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()64 APersistableBundle_putBoolean(otherBundle, "a", true); in TEST_F()65 EXPECT_TRUE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()67 APersistableBundle_putBoolean(otherBundle, "a", false); in TEST_F()68 EXPECT_FALSE(APersistableBundle_isEqual(bundle, otherBundle)); in TEST_F()