Searched refs:importBaz (Results 1 – 1 of 1) sorted by relevance
2661 private final Descriptors.EnumValueDescriptor importBaz; field in TestUtil.ReflectionTester2739 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester()2758 Assert.assertNotNull(importBaz ); in ReflectionTester()2839 message.setField(f("optional_import_enum" ), importBaz); in setAllFieldsViaReflection()2920 message.addRepeatedField(f("repeated_import_enum" ), importBaz); in setAllFieldsViaReflection()3090 Assert.assertEquals( importBaz, message.getField(f("optional_import_enum" ))); in assertAllFieldsSetViaReflection()3198 Assert.assertEquals( importBaz, message.getRepeatedField(f("repeated_import_enum" ),1)); in assertAllFieldsSetViaReflection()