arcus-azure / arcus-azure/arcus.testing

✨ [New]: add `.Select(...)` operation on the `ServiceBusMessageFilter` on the Azure Service Bus queue/topic test fixtures

Open
#518 0 comments 0 reactions 1 assignee Claimed by @stijnmoreels View on GitHub
area:messaging feature
Dominant language
C#
Stars
9
Forks
6
PR merge metrics
No merged PRs in 30d

Description

### Description

During verification of send Azure Service Bus messages, testers often want to inspect the message body and not only the application properties. This is a very common practice and currently is not part of the fluent API interface, which means that it breaks the structure. Especially in polling expressions, testers want to use the `Poll.Until(...)` operation on the message body type.

### Solution

Provides a `.Select(...)` operation on the `ServiceBusMessageFilter` so that we can project the messages.

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.