Skip to content

Commit

Permalink
add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
T45K committed Mar 13, 2024
1 parent 6986922 commit 97d4634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/mockk/src/commonMain/kotlin/io/mockk/MockK.kt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ fun verifyCount(verifyBlock: MockKCallCountVerificationScope.() -> Unit) = MockK
* @see coVerify
* @see coVerifyOrder
* @see coVerifySequence
* @see coVerifyCount
*
* @param inverse when true, the verification will check that the behaviour specified did **not** happen
*/
Expand All @@ -349,6 +350,7 @@ fun coVerifyAll(
* @see coVerify
* @see coVerifyAll
* @see coVerifySequence
* @see coVerifyCount
*
* @param inverse when true, the verification will check that the behaviour specified did **not** happen
*/
Expand All @@ -367,6 +369,7 @@ fun coVerifyOrder(
* @see coVerify
* @see coVerifyOrder
* @see coVerifyAll
* @see coVerifyCount
*
* @param inverse when true, the verification will check that the behaviour specified did **not** happen
*/
Expand Down

0 comments on commit 97d4634

Please sign in to comment.