In digging in to checking() in the online docs, I'm told that it takes an ExpectationBuilder, which isn't linked in the javadoc. It takes a bit of digging to find that an Expectation is a subclass, ...
On re-read, that's silly. It's a short hop between ExpectationBuilder and Expectation once you get past the lack of a link.
Dave