/external/chromium_org/ui/message_center/views/ |
bounded_label_unittest.cc | 93 #define TEST_WRAP(expected, text, width, lines) \ 105 TEST_WRAP("123", "123", 301, 1); 106 TEST_WRAP("123", "123", 301, 2); 107 TEST_WRAP("123", "123", 301, 3); 108 TEST_WRAP("123\n456", "123 456", 301, 2); 109 TEST_WRAP("123\n456", "123 456", 301, 3); 110 TEST_WRAP("123\n456\n789", "123 456 789", 301, 3); 113 TEST_WRAP("123...", "123 456", 301, 1); 114 TEST_WRAP("123...", "123 456 789", 301, 1); 115 TEST_WRAP("123\n456...", "123 456 789", 301, 2) [all...] |
/libcore/json/src/test/java/org/json/ |
JSONObjectTest.java | 967 public void test_wrap() throws Exception { method in class:JSONObjectTest [all...] |