in future/src/main/java/com/spotify/hamcrest/future/SuccessfullyCompletedCompletionStage.java [82:84]
public void describeTo(final Description description) {
description.appendText("a stage that completed to a value that ").appendDescriptionOf(matcher);
}