コード例 #1
0
  @Test
  public void testIntCall() throws Exception {
    testApi.boxedIntCall(123);

    matchFrame("boxedIntCall", 3);
    matchElement("i", "123", 2);
  }