Searched refs:importBaz (Results 1 – 1 of 1) sorted by relevance
2928 private final Descriptors.EnumValueDescriptor importBaz; field in TestUtil.ReflectionTester3006 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester()3025 Assert.assertNotNull(importBaz ); in ReflectionTester()3106 message.setField(f("optional_import_enum" ), importBaz); in setAllFieldsViaReflection()3187 message.addRepeatedField(f("repeated_import_enum" ), importBaz); in setAllFieldsViaReflection()3357 Assert.assertEquals( importBaz, message.getField(f("optional_import_enum" ))); in assertAllFieldsSetViaReflection()3465 Assert.assertEquals( importBaz, message.getRepeatedField(f("repeated_import_enum" ),1)); in assertAllFieldsSetViaReflection()