@ -229,67 +229,67 @@ public class DynamicProtoTest {
@Test
publicvoidtestDynamicSchemaProtoFileValidation(){
processValidation("Failed to parse: testParseToProtoFile schema due to: Syntax error in :6:4: 'required' label forbidden in proto3 field declarations",IVALID_PROTO_SCHEMA_REQUIRED_FIELD_EXISTS,"testParseToProtoFile");
processValidation("[Transport Configuration] failed to parse testParseToProtoFile due to: Syntax error in :6:4: 'required' label forbidden in proto3 field declarations",IVALID_PROTO_SCHEMA_REQUIRED_FIELD_EXISTS,"testParseToProtoFile");
}
@Test
publicvoidtestDynamicSchemaSyntaxValidation(){
processValidation("Invalid schema syntax: proto2 for: testSyntaxValidation provided! Only proto3 allowed!",INVALID_PROTO_SCHEMA_NOT_VALID_SYNTAX,"testSyntaxValidation");
processValidation("Invalid testEnumOptionsValidation schema provided! Enum definitions options are not supported!",INVALID_PROTO_SCHEMA_ENUM_OPTIONS_NOT_SUPPORTED,"testEnumOptionsValidation");
processValidation("[Transport Configuration] invalid testEnumOptionsValidation schema provided! Enum definitions options are not supported!",INVALID_PROTO_SCHEMA_ENUM_OPTIONS_NOT_SUPPORTED,"testEnumOptionsValidation");
processValidation("Invalid noOneMessageTypeExists schema provided! At least one Message definition should exists!",INVALID_PROTO_SCHEMA_NO_MESSAGE_TYPES_EXISTS,"noOneMessageTypeExists");
processValidation("[Transport Configuration] invalid noOneMessageTypeExists schema provided! At least one Message definition should exists!",INVALID_PROTO_SCHEMA_NO_MESSAGE_TYPES_EXISTS,"noOneMessageTypeExists");