Home | History | Annotate | Download | only in base

Lines Matching refs:TEST

13 // A helper for the StringAppendV test that follows.
25 TEST(StringPrintfTest, StringPrintfEmpty) {
29 TEST(StringPrintfTest, StringPrintfMisc) {
34 TEST(StringPrintfTest, StringAppendfEmptyString) {
44 TEST(StringPrintfTest, StringAppendfString) {
54 TEST(StringPrintfTest, StringAppendfInt) {
66 TEST(StringPrintfTest, StringPrintfBounds) {
89 // Test very large sprintfs that will cause the buffer to grow.
90 TEST(StringPrintfTest, Grow) {
113 TEST(StringPrintfTest, StringAppendV) {
119 // Test the boundary condition for the size of the string_util's
121 TEST(StringPrintfTest, GrowBoundary) {
137 // TODO(evanm): what's the proper cross-platform test here?
141 TEST(StringPrintfTest, Invalid) {