Beispiel #1
0
  public void testPerInstanceStatic() throws Exception {
    System.out.println("****** testPerInstanceStatic");
    POJO.perInstanceMethodStatic();

    ArrayList invoked = InvokedConfigs.getInvokedConfigs();
    assertEquals("Wrong number of interceptions in testPerInstanceStatic", invoked.size(), 0);
  }