Searched refs:constructorCalled (Results 1 – 4 of 4) sorted by relevance
48 private final boolean constructorCalled; field in Main.MockClass52 constructorCalled = true; in MockClass()56 return constructorCalled; in isConstructorCalled()
28 assertThat(a.constructorCalled).isFalse(); in getConstructor_withNoParams()32 assertThat(a.constructorCalled).isTrue(); in getConstructor_withNoParams()88 public boolean constructorCalled = false; field in RobolectricInternalsTest.Constructors99 constructorCalled = true; in Constructors()
803 constructorCalled(target, ((TypeData.UninitTypeVar)target).offset()); in doInvokeMethod()805 constructorCalled(target, ((TypeData.UninitData)target).offset()); in doInvokeMethod()819 private void constructorCalled(TypeData target, int offset) { in constructorCalled() method in Tracer820 target.constructorCalled(offset); in constructorCalled()822 stackTypes[i].constructorCalled(offset); in constructorCalled()825 localsTypes[i].constructorCalled(offset); in constructorCalled()
112 public void constructorCalled(int offset) {} in constructorCalled() method in TypeData807 public void constructorCalled(int offset) { in constructorCalled() method in TypeData.UninitTypeVar808 type.constructorCalled(offset); in constructorCalled()974 public void constructorCalled(int offset) { in constructorCalled() method in TypeData.UninitData