Searched refs:currentClassLoader (Results 1 – 4 of 4) sorted by relevance
28 private static ClassLoader currentClassLoader = ExceptionFactoryTest.class.getClassLoader(); field in ExceptionFactoryTest77 AssertionError e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest()110 e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest_2x()113 e = invokeFactoryThroughLoader(currentClassLoader); in createArgumentsAreDifferentException_withOpenTest_2x()
10 import static org.mockitoutil.ClassLoaders.currentClassLoader;283 assertThat(currentClassLoader()).isEqualTo(this.getClass().getClassLoader()); in return_current_classloader()
46 protected ClassLoader parent = currentClassLoader();74 public static ClassLoader currentClassLoader() { in currentClassLoader() method in ClassLoaders