Searched defs:verifyAddLinksWithWebUrlFails (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/text/util/
H A DLinkifyCompatTest.java311 verifyAddLinksWithWebUrlFails("Should not recognize email address as URL", url);
367 verifyAddLinksWithWebUrlFails("Should not match Punycode TLD that starts with dash", url);
430 verifyAddLinksWithWebUrlFails("Should not match URL that does not start with a protocol "
443 verifyAddLinksWithWebUrlFails("Should not match URLs containing emoji and with unknown "
463 verifyAddLinksWithWebUrlFails("Should not match URL with excluded Unicode surrogate"
773 private static void verifyAddLinksWithWebUrlFails(String msg, String url) { method in class:LinkifyCompatTest

Completed in 4907 milliseconds