Assert-VerifiableMocks
SYNOPSIS​
The function is for backward compatibility only. Please update your code and use 'Assert-VerifiableMock' instead.
SYNTAX​
Assert-VerifiableMocks [<CommonParameters>]
DESCRIPTION​
The function was reintroduced in the version 4.0.8 of Pester to avoid loading older version of Pester when Assert-VerifiableMocks is called.
The function will be removed finally in the next major version of Pester.
EXAMPLES​
Example 1​
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS​
CommonParameters​
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS​
OUTPUTS​
NOTES​
RELATED LINKS​
https://pester.dev/docs/v4/migrations/v3-to-v4
https://github.com/pester/Pester/issues/880
EDIT THIS PAGE​
This page was auto-generated using Pester's comment based help. To edit the content of this page, change the corresponding help in the pester/Pester v4 repository. See our contribution guide for more information.