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

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

Completed in 52 milliseconds