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

    matchFrame("boxedShortCall", 3);
    matchElement("s", "123", 2);
  }