Matchers.contains(Object...)
OptionalMatchers.present(Object)
OptionalMatchers.presentDouble(double)
OptionalMatchers.presentInt(int)
OptionalMatchers.presentLong(long)
Matchers.empty()
OptionalMatchers.notPresent()
OptionalMatchers.notPresentDouble()
OptionalMatchers.notPresentInt()
OptionalMatchers.notPresentLong()
Matchers.contains(Matcher...)
StreamMatchers.yieldsExactly(Matcher...)
StreamMatchers.yieldsNothing()
Matchers.equalTo(Object)
StreamMatchers.yieldsSameAs(BaseStream)