Home
last modified time | relevance | path

Searched refs:realFooInConstructor (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DShadowFoo.java11 public Foo realFooInConstructor; field in ShadowFoo
19 realFooInConstructor = realFooField; in __constructor__()
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java58 assertSame(foo, shadowOf(foo).realFooInConstructor); in testRealObjectAnnotatedFieldsAreSetBeforeConstructorIsCalled()