Searched defs:testV (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DFetchLocals.java114 protected void test(String name, BooleanValue testV, boolean expectV) argument
117 if (testV.value() != expectV) {
118 System.out.println("Error for " + name + " = " + testV.value() +
129 protected void test(String name, ByteValue testV, byte expectV) argument
132 if (testV.value() != expectV) {
133 System.out.println("Error for " + name + " = " + testV.value() +
144 protected void test(String name, CharValue testV, char expectV) argument
147 if (testV.value() != expectV) {
148 System.out.println("Error for " + name + " = " + testV.value() +
159 protected void test(String name, ShortValue testV, shor argument
174 test(String name, IntegerValue testV, int expectV) argument
189 test(String name, LongValue testV, long expectV) argument
206 test(String name, FloatValue testV, float expectV) argument
223 test(String name, DoubleValue testV, double expectV) argument
[all...]

Completed in 1827 milliseconds