Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassWithMethodReturningDouble.java7 public class AClassWithMethodReturningDouble { class
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DSandboxClassLoaderTest.java68 import org.robolectric.testing.AClassWithMethodReturningDouble;
239 Class<?> exampleClass = loadClass(AClassWithMethodReturningDouble.class); in callingMethodReturningDoubleShouldInvokeClassHandler()