コード例 #1
0
  @Test
  public void testPerformanceWithException() throws Exception {
    PerformanceExceptionTest test = new PerformanceExceptionTest();
    testContainer = createTestContainer(test);
    long count = testContainer.getOperationCount();

    assertEquals(-1, count);
  }