Home
last modified time | relevance | path

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

/system/core/healthd/tests/
DAnimationParser_test.cpp36 static const char TEST_STRING[] = "abcdef"; in TEST() local
38 EXPECT_FALSE(remove_prefix(TEST_STRING, "def", &rest)); in TEST()
40 EXPECT_FALSE(remove_prefix(TEST_STRING, TEST_STRING, &rest)); in TEST()
42 EXPECT_TRUE(remove_prefix(TEST_STRING, "abc", &rest)); in TEST()