mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
9 lines
528 B
Markdown
9 lines
528 B
Markdown
---
|
|
name: StringUtils Utility Scaffold
|
|
description: Create a foundational StringUtils Apex helper with core string methods and unit tests.
|
|
tags: 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. |