Home
last modified time | relevance | path

Searched refs:StaticTestingClassLoader (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/context/src/test/java/io/grpc/
DStaticTestingClassLoader.java29 public final class StaticTestingClassLoader extends ClassLoader { class
32 public StaticTestingClassLoader(ClassLoader parent, Pattern classesToDefine) { in StaticTestingClassLoader() method in StaticTestingClassLoader
DContextTest.java768 StaticTestingClassLoader classLoader = in initContextWithCustomClassLoaderWithCustomLogger()
769 new StaticTestingClassLoader( in initContextWithCustomClassLoaderWithCustomLogger()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DServiceProvidersTestUtil.java55 cl = new StaticTestingClassLoader(cl, Pattern.compile("io\\.grpc\\.[^.]*")); in testHardcodedClasses()