Searched refs:withCodeSourceUrlOf (Results 1 – 6 of 6) sorted by relevance
140 .withCodeSourceUrlOf(this.getClass()) in excluding_class_loader_cannot_load_classes_when_no_correct_source_url_set()153 .withCodeSourceUrlOf(Mockito.class) in excluding_class_loader_can_load_classes_when_correct_source_url_set()166 .withCodeSourceUrlOf(Mockito.class) in excluding_class_loader_cannot_load_class_when_excluded_prefix_match_class_to_load()270 .withCodeSourceUrlOf(Assertions.class) in can_run_in_given_classloader()
195 public IsolatedURLClassLoaderBuilder withCodeSourceUrlOf(Class<?>... classes) { in withCodeSourceUrlOf() method in ClassLoaders.IsolatedURLClassLoaderBuilder281 public ExcludingURLClassLoaderBuilder withCodeSourceUrlOf(Class<?>... classes) { in withCodeSourceUrlOf() method in ClassLoaders.ExcludingURLClassLoaderBuilder
28 .withCodeSourceUrlOf( in pure_mockito_should_not_depend_JUnit___ByteBuddy()35 .withCodeSourceUrlOf(coverageTool()) in pure_mockito_should_not_depend_JUnit___ByteBuddy()
31 .withCodeSourceUrlOf(Mockito.class, ByteBuddy.class, Objenesis.class) in returns_mockito_annotation_engine_of_Plugins_if_no_MockitoConfiguration()33 .withCodeSourceUrlOf(Assertions.class) in returns_mockito_annotation_engine_of_Plugins_if_no_MockitoConfiguration()
141 .withCodeSourceUrlOf(Mockito.class, ByteBuddy.class, ObjenesisStd.class) in instantiate_fine_when_objenesis_on_the_classpath()142 .withCodeSourceUrlOf(coverageTool()) in instantiate_fine_when_objenesis_on_the_classpath()
17 …private static ClassLoader classLoaderWithoutJUnit = excludingClassLoader().withCodeSourceUrlOf(Ex…