HomeSort by relevance Sort by last modified time
    Searched refs:realFooInConstructor (Results 1 - 4 of 4) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowFoo.java 9 Foo realFooInConstructor;
24 realFooInConstructor = realFooField;
ShadowWranglerTest.java 58 assertSame(foo, shadowOf(foo).realFooInConstructor);
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
ShadowFoo.java 11 public Foo realFooInConstructor;
19 realFooInConstructor = realFooField;
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
ShadowWranglerIntegrationTest.java 55 assertSame(foo, shadowOf(foo).realFooInConstructor);

Completed in 663 milliseconds