Home | History | Annotate | Download | only in tests

Lines Matching refs:testInfo

53         const ::testing::TestInfo* const testInfo =
55 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
56 testInfo->name());
160 const ::testing::TestInfo* const testInfo =
162 ALOGV("End test: %s.%s", testInfo->test_case_name(),
163 testInfo->name());