Well, you should try to let it be argued that it does the work for you.
Set<WhateverPropertyTypeYouAreUsing> expectedSet = Collections.singleton( ... create a property object with that id/value);
assertThat(mySet, is(expectedSet))
: , .
:
assertThat(mySet.contains(someProperty), is(true))
(, , ).
Prereq: equals() .