mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
528 B
528 B
| name | description | tags |
|---|---|---|
| StringUtils Utility Scaffold | Create a foundational StringUtils Apex helper with core string methods and unit tests. | apex, utility, testing |
Create an StringUtils Apex utility class with common string helpers such as isBlank, trimToNull, and safe string-to-integer conversion. Include a focused test class that covers each helper method with both typical inputs. Do not test for edge casees at this time.
Deploy the classes to my org and run the unit tests, using the Salesforce DX MCP Server.