Home
last modified time | relevance | path

Searched refs:currentClassLoader (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/junit/
DExceptionFactoryTest.java28 private static ClassLoader currentClassLoader = ExceptionFactoryTest.class.getClassLoader(); field in ExceptionFactoryTest
77 AssertionError e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest()
110 e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest_2x()
113 e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest_2x()
/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java10 import static org.mockitoutil.ClassLoaders.currentClassLoader;
283 assertThat(currentClassLoader()).isEqualTo(this.getClass().getClassLoader()); in return_current_classloader()
DClassLoaders.java46 protected ClassLoader parent = currentClassLoader();
74 public static ClassLoader currentClassLoader() { in currentClassLoader() method in ClassLoaders
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz