apex-enterprise-patterns / fflib-apex-mocks

An Apex mocking framework for true unit testing in Salesforce, with Stub API support
BSD 3-Clause "New" or "Revised" License
423 stars 214 forks source link

Update API version to 56.0 and tests to use new Assert class #136

Closed chazwatkins closed 1 year ago

chazwatkins commented 1 year ago

This change is Reviewable

ImJohnMDaniel commented 1 year ago

G'day @chazwatkins -- Just wanted to say thank you very much for this PR. There is a lot that you updated and it is very much appreciated. Cheers!

chazwatkins commented 1 year ago

As requested on the other repos, I updated all uses of System.Assert.isNull to System.Assert.areEqual(null, ...)