));
}
public void unfinishedStubbing() {
throw new UnfinishedStubbingException(join(
"Unifinished stubbing detected!",
"E.g. toReturn() may be missing.",
"Examples of correct stubbing:",
" when(mock.isOk()).thenReturn(true);",
" when(mock.isOk()).thenThrow(exception);",