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