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

    matchFrame("boxedLongCall", 3);
    matchElement("l", "123", 2);
  }