Home
last modified time | relevance | path

Searched defs:interceptDuringConstruction (Results 1 – 1 of 1) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DEnhancer.java128 boolean interceptDuringConstruction, in newInstance()
142 private boolean interceptDuringConstruction = true; field in Enhancer
243 public void setInterceptDuringConstruction(boolean interceptDuringConstruction) { in setInterceptDuringConstruction()