HomeSort by relevance Sort by last modified time
    Searched full:expectedinstance (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricInternals.java 83 Object expectedInstance = vars.callDirectly;
85 throw new RuntimeException("already expecting a direct call on <" + expectedInstance + "> but here's a new request for <" + shadowedObject + ">");
96 Object expectedInstance = vars.callDirectly;
98 throw new RuntimeException("expected to perform direct call on <" + expectedInstance + "> but got <" + directInstance + ">");

Completed in 112 milliseconds