Searched refs:directInstance (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DRobolectricInternals.java92 public static boolean shouldCallDirectly(Object directInstance) { argument
95 if (vars.callDirectly != directInstance) {
98 throw new RuntimeException("expected to perform direct call on <" + expectedInstance + "> but got <" + directInstance + ">");

Completed in 616 milliseconds