Searched refs:assertNumberFormatException (Results 1 – 1 of 1) sorted by relevance
24 private static void assertNumberFormatException(Runnable runnable) { in assertNumberFormatException() method in ResourceHelperTest34 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()