-
Notifications
You must be signed in to change notification settings - Fork 520
QuiddityGuard
pozil edited this page Jul 26, 2023
·
12 revisions
contains methods and static lists for rapid acceptence of a particular set of quiddities
Group Quiddity Recipes
TESTVISIBLE
a private testvisible variable allowing developers to inject a custom quiddity value during test execution.
a non-exhaustive list of Quiddities that do not include user situations where users could be injecting malicious data.
An exaustive list of quiddities that are valid for a test execution
A list of quiddities that may include user-defined data and therefore should not be trusted without manual FLS/CRUD checks
A method to determine if the current Quiddity context is within a caller-supplied list of acceptable quiddity values.
| Param | Description |
|---|---|
acceptableQuiddites |
A list of quiddities to check against |
| Type | Description |
|---|---|
| Boolean | boolean |