Searched refs:nestedEnum (Results 1 – 1 of 1) sorted by relevance
2649 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester2714 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()2723 Assert.assertNotNull(nestedEnum ); in ReflectionTester()2731 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()2732 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()2733 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()