Searched refs:testFromStringError (Results 1 – 1 of 1) sorted by relevance
105 testFromStringError("-0"); in stringTest()106 testFromStringError("x"); in stringTest()107 testFromStringError("----"); in stringTest()108 testFromStringError("-0-0-0-0"); in stringTest()109 testFromStringError("0-0-0-0-"); in stringTest()113 testFromStringError("0-0-0-0-x"); in stringTest()116 private static void testFromStringError(String str) { in testFromStringError() method in UUIDTest