Skip to content

Commit 5def7ea

Browse files
committed
Fix javadocs for enableVerififyNoInteractions to reference Mof methods instead of Mock Coach
1 parent 4c66379 commit 5def7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/andyln/Mof.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public Builder copy() {
549549
}
550550

551551
/**
552-
* Allows usage of verifyNoInteractionsTheRest and verifyNoInteractionsTheRestAfter.
552+
* Allows usage of verifyNoInteractions and verifyNoInteractionsAfter.
553553
*
554554
* @param verifyNoInteractionLambda A Java Lambda. Example: "enableVerifyNoInteractions(mock -> verifyNoInteractions(mock))".
555555
*

0 commit comments

Comments
 (0)