pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.05k stars 469 forks source link

Remove Assert-MockCalled and Assert-VerifiableMock #2489

Closed fflaten closed 1 month ago

fflaten commented 1 month ago

PR Summary

Removes Assert-MockCalled and Assert-VerifiableMock legacy wrapper functions. They were deprecated and planned removed in 5.x.

PR Checklist