Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java62 static interface RegistryTests { interface in ExtensionRegistryFactoryTest
75 public static class InnerTest implements RegistryTests {
161 public static final class InnerLiteTest implements RegistryTests {
209 for (Method method : RegistryTests.class.getMethods()) { in suite()
235 private void runTestMethod(ClassLoader classLoader, Class<? extends RegistryTests> testClass) in runTestMethod()