Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tests/tests_apk/jni/
Djni_test_main.cc81 const ::testing::TestCase* test_case = unit_test->GetTestCase(i); in VerifyTestList() local
82 for (int j = 0; j < test_case->total_test_count(); ++j) { in VerifyTestList()
83 const ::testing::TestInfo* test_info = test_case->GetTestInfo(j); in VerifyTestList()