Searched refs:constructWithError (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/math/BigInteger/
H A DStringConstructor.java55 constructWithError("");
56 constructWithError("-");
57 constructWithError("+");
58 constructWithError("--");
59 constructWithError("++");
60 constructWithError("-000-0");
61 constructWithError("+000+0");
62 constructWithError("+000-0");
63 constructWithError("--1234567890");
64 constructWithError("
74 private static void constructWithError(String badString) { method in class:StringConstructor
[all...]
/openjdk7/jdk/test/java/math/BigDecimal/
H A DStringConstructor.java39 constructWithError("");
40 constructWithError("+");
41 constructWithError("-");
42 constructWithError("+e");
43 constructWithError("-e");
44 constructWithError("e+");
45 constructWithError("1.-0");
46 constructWithError(".-123");
47 constructWithError("-");
48 constructWithError("
156 private static void constructWithError(String badString) { method in class:StringConstructor
[all...]

Completed in 30 milliseconds