jhoek / UncommonSense.CBreeze

C#/PowerShell API for the Dynamics NAV C/AL object text format
MIT License
6 stars 4 forks source link

Pester tests generate text file with all exotic scenarios; compare against reference text file from NAV #78

Closed jhoek closed 7 years ago

jhoek commented 7 years ago

Get-Module MyModule | Remove-Module Import-Module MyModule -RequiredVersion 0.0.0.0 -ErrorAction Stop

jhoek commented 7 years ago

Thanks to the Script project, we can generate a huge PowerShell script for recreating e.g. the W1 application, then compare it against the original application. Virtually free testing! :-)