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

    matchFrame("boxedDoubleCall", 3);
    matchElement("d", "123.0", 2);
  }