a2aproject/a2a-java

[chore]: Add more tests for ProtoUtils

オープン

#304 opened on 2025/09/25

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)Java (149 件のフォーク)auto 404
good first issuehacktoberfest

Repository metrics

Stars
 (438 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The ProtoUtils class contains classes for converting gRPC classes and spec classes.

We have a test class called ToProtoTest that has a very limited set of tests for this.

This issue is to add more test cases to thoroughly test ProtoUtils.ToProto and ProtoUtils.FromProto.

The corresponding tests in the Python SDK can be seen here: https://github.com/a2aproject/a2a-python/blob/main/tests/utils/test_proto_utils.py

We should add more test cases similar to what's in the Python tests.

コントリビューターガイド