Searched defs:ScopedPtrTest (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/base/memory/
H A DScopedPtr_unittest.cpp34 class ScopedPtrTest : public testing::Test { class in namespace:android::base
36 ScopedPtrTest() : mDestroyCount(0) {} function in class:android::base::ScopedPtrTest
46 TEST_F(ScopedPtrTest, EmptyConstructor) {
51 TEST_F(ScopedPtrTest, SimpleConstructor) {
56 TEST_F(ScopedPtrTest, DestroyOnScopeExit) {
64 TEST_F(ScopedPtrTest, Release) {
78 TEST_F(ScopedPtrTest, ArrowOperator) {
84 TEST_F(ScopedPtrTest, StarOperator) {

Completed in 87 milliseconds