You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpanDataAssert has hasAttributesSatisfying and hasAttributesSatisfyingExactly, while AbstractPointAssert has only hasAttributesSatisfying but with behavior matching SpanDataAssert's hasAttributesSatisfyingExactly
DoubleExemplarAssert and LongExemplarAssert also have hasFilteredAttributesSatisfying, which matches the "*Exactly" behavior
Unfortunately I don't have any good ideas for what to do about it given stability of the artifact, but I did find it confusing when using AbstractPointAssert, I originally came here to open an issue about it missing an "*Exactly" variant before I dug a little further.
The text was updated successfully, but these errors were encountered:
So adjust the metrics has(.*)AttributesSatisfying assertion behavior to match SpanDataAssert#hasAttributesSatisfying, and add new metric hasAttributesSatisfyingExactly variants which match SpanDataAssert#hasAttributesSatisfyingExactly ?
SpanDataAssert has hasAttributesSatisfying and hasAttributesSatisfyingExactly, while AbstractPointAssert has only hasAttributesSatisfying but with behavior matching SpanDataAssert's hasAttributesSatisfyingExactly
DoubleExemplarAssert and LongExemplarAssert also have hasFilteredAttributesSatisfying, which matches the "*Exactly" behavior
Unfortunately I don't have any good ideas for what to do about it given stability of the artifact, but I did find it confusing when using AbstractPointAssert, I originally came here to open an issue about it missing an "*Exactly" variant before I dug a little further.
The text was updated successfully, but these errors were encountered: