Check if there is an expectation. @return true if there is an expectation
()
| 760 | * @return {@code true} if there is an expectation |
| 761 | */ |
| 762 | public boolean hasExpectation() { |
| 763 | return expectation; |
| 764 | } |
| 765 | |
| 766 | |
| 767 | // -------------------- Associated response -------------------- |
no outgoing calls
no test coverage detected