Esempio n. 1
0
 /**
  * Checks that there are no checkcasts in the compiled version of {@link Edges#getNode(Node,
  * long[], int)}.
  */
 @Test
 public void test0() {
   testMethod(
       getMethod("getNode", Node.class, long[].class, int.class),
       null,
       node,
       inputs.getOffsets(),
       0);
 }