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

  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassWithMethodReturningDouble.java 7 public class AClassWithMethodReturningDouble {
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
SandboxClassLoaderTest.java 68 import org.robolectric.testing.AClassWithMethodReturningDouble;
236 Class<?> exampleClass = loadClass(AClassWithMethodReturningDouble.class);
243 "methodInvoked: AClassWithMethodReturningDouble.__constructor__()",
244 "methodInvoked: AClassWithMethodReturningDouble.normalMethodReturningDouble(double 123.0)");
    [all...]

Completed in 534 milliseconds