Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hasAttributesSatisfying(Consumer<Attributes> attributes) overload to AbstractPointAssert #6031

Closed
trask opened this issue Nov 29, 2023 · 2 comments
Labels

Comments

@trask
Copy link
Member

trask commented Nov 29, 2023

Add hasAttributesSatisfying(Consumer<Attributes> attributes) overload to AbstractPointAssert, to match similar overload in SpanDataAssert.

This method is useful for asserting against keys only (when you don't know or care about their values).

@chungngoops
Copy link
Contributor

I created a draft PR because some tests are failing in my local, I'm checking to make sure my code doesn't make those tests fail.

chungngoops added a commit to chungngoops/opentelemetry-java that referenced this issue Dec 6, 2023
chungngoops added a commit to chungngoops/opentelemetry-java that referenced this issue Dec 8, 2023
@jack-berg
Copy link
Member

Resolved in #6048.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants