Lines Matching refs:CHECK
39 CHECK(test_policy::retain_count == 1); in tests()
40 CHECK(from.get() == &obj); in tests()
43 CHECK(test_policy::retain_count == 1); in tests()
44 CHECK(to.get() == &obj); in tests()
45 CHECK(from.get() == nullptr); in tests()
50 CHECK(test_policy::retain_count == 1); in tests()
51 CHECK(from.get() == &obj); in tests()
54 CHECK(test_policy::retain_count == 1); in tests()
55 CHECK(to.get() == &obj); in tests()
56 CHECK(from.get() == nullptr); in tests()
61 CHECK(test_policy::retain_count == 1); in tests()
62 CHECK(from.get() == &obj); in tests()
65 CHECK(test_policy::retain_count == 1); in tests()
66 CHECK(to.get() == &obj); in tests()
67 CHECK(from.get() == nullptr); in tests()
75 CHECK(test_policy::retain_count == 3); in tests()
76 CHECK(to.get() == nullptr); in tests()
77 CHECK(from.get() == nullptr); in tests()