Home
last modified time | relevance | path

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

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