Searched refs:DateTimeFormatTest (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DDateTimeFormatTest.cpp36 class DateTimeFormatTest : public ::testing::Test { class in inherits:::testing::Test
210 std::ostream& operator<<(std::ostream& os, const DateTimeFormatTest::Tokens& tokens)
215 TEST_F(DateTimeFormatTest, CommonPattern)
248 TEST_F(DateTimeFormatTest, MissingClosingQuote)
255 TEST_F(DateTimeFormatTest, Quote)
269 TEST_F(DateTimeFormatTest, SingleLowerCaseCharacter)
288 TEST_F(DateTimeFormatTest, SingleLowerCaseInvalid)
303 TEST_F(DateTimeFormatTest, SingleUpperCaseCharacter)
321 TEST_F(DateTimeFormatTest, SingleUpperCaseInvalid)

Completed in 137 milliseconds