コード例 #1
0
  @Test
  public void testByteCall() throws Exception {
    testApi.boxedByteCall(Byte.MAX_VALUE);

    matchFrame("boxedByteCall", 3);
    matchElement("b", "127", 2);
  }