Home
last modified time | relevance | path

Searched refs:assertNumberFormatException (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
H A DResourceHelperTest.java24 private static void assertNumberFormatException(Runnable runnable) { in assertNumberFormatException() method in ResourceHelperTest
34 assertNumberFormatException(() -> ResourceHelper.getColor("")); in testGetColor()
35 assertNumberFormatException(() -> ResourceHelper.getColor("AFAFAF")); in testGetColor()
36 assertNumberFormatException(() -> ResourceHelper.getColor("AAA")); in testGetColor()
37 assertNumberFormatException(() -> ResourceHelper.getColor("#JFAFAF")); in testGetColor()
38 assertNumberFormatException(() -> ResourceHelper.getColor("#AABBCCDDEE")); in testGetColor()
39 assertNumberFormatException(() -> ResourceHelper.getColor("#JAAA")); in testGetColor()
40 assertNumberFormatException(() -> ResourceHelper.getColor("#AA BBCC")); in testGetColor()