Skip to content

2022-April-28 - Prerelease - 2.6.716

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:50
f658311
Introduce isOwnedBy() and streamline some matchers. (#10380)

* Introduce isOwnedBy() and streamline some matchers.

isOwnedBy() is a convenience method that should be used in place of getOwner().equals(). This change also streamlines some related matchers.

No functional changes.