This is an automated email from the ASF dual-hosted git repository. tabish pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
from 9eaf5e00 PROTON-2845 Improve output of failed match when validating messages new cc1f7e7d PROTON-2845 Override base class optional API to return specific types new 7ae9aa3e PROTON-2845 Add transfer expectation API for any valid body section The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../driver/expectations/AttachExpectation.java | 5 + .../test/driver/expectations/CloseExpectation.java | 5 + .../driver/expectations/DeclareExpectation.java | 5 + .../driver/expectations/DetachExpectation.java | 5 + .../driver/expectations/DischargeExpectation.java | 5 + .../expectations/DispositionExpectation.java | 5 + .../driver/expectations/EmptyFrameExpectation.java | 5 + .../test/driver/expectations/EndExpectation.java | 5 + .../test/driver/expectations/FlowExpectation.java | 5 + .../test/driver/expectations/OpenExpectation.java | 5 + .../driver/expectations/TransferExpectation.java | 5 + .../matchers/transport/TransferMessageMatcher.java | 33 +++++- .../matchers/types/EncodedAmqpTypeMatcher.java | 3 +- .../types/EncodedAnyBodySectionMatcher.java | 113 +++++++++++++++++++++ .../matchers/types/EncodedBodySectionMatcher.java | 21 ++-- .../protonj2/test/driver/SenderHandlingTest.java | 52 ++++++++++ 16 files changed, 263 insertions(+), 14 deletions(-) create mode 100644 protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/matchers/types/EncodedAnyBodySectionMatcher.java copy protonj2/src/main/java/org/apache/qpid/protonj2/codec/encoders/AbstractDescribedTypeEncoder.java => protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/matchers/types/EncodedBodySectionMatcher.java (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org