-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
As a developer, I'd appreciate having some fine grained custom asserts that are baked into the Assert class so that I can do things like Assert.isAccount(obj, friendly message) or Assert.caseCreated() etc.
Suggested Solution
shadow the Assert class - ie: create an Assert Class that contains passthrough methods calling System.Assert.* as well as our custom methods.
Alternative Solutions
Bug the Apex team to allow us to extend Assert.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request