MCPcopy Create free account
hub / github.com/apache/pig / testIntInvoker

Method testIntInvoker

test/org/apache/pig/test/TestInvoker.java:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 @Test
86 public void testIntInvoker() throws SecurityException, ClassNotFoundException, NoSuchMethodException, NumberFormatException, IOException {
87 InvokeForInt il = new InvokeForInt("java.lang.Integer.valueOf", "String");
88 Tuple t = tf_.newTuple(1);
89 String arg = "245";
90 t.set(0, arg);
91 assertEquals(Integer.valueOf(arg), il.exec(t));
92 }
93
94 @Test
95 public void testArrayConversion() throws SecurityException, ClassNotFoundException, NoSuchMethodException, IOException {

Callers

nothing calls this directly

Calls 4

setMethod · 0.95
newTupleMethod · 0.65
assertEqualsMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected