Searched refs:StaticTestingClassLoader (Results 1 – 3 of 3) sorted by relevance
29 public final class StaticTestingClassLoader extends ClassLoader { class32 public StaticTestingClassLoader(ClassLoader parent, Pattern classesToDefine) { in StaticTestingClassLoader() method in StaticTestingClassLoader
768 StaticTestingClassLoader classLoader = in initContextWithCustomClassLoaderWithCustomLogger()769 new StaticTestingClassLoader( in initContextWithCustomClassLoaderWithCustomLogger()
55 cl = new StaticTestingClassLoader(cl, Pattern.compile("io\\.grpc\\.[^.]*")); in testHardcodedClasses()