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
Explicit null handling in StringIsBlank and NotBlank #36
Closed
dfruddffdc closed 7 years ago
This protects us from changes to the way the platform handles
null instanceof String
across different API versions.