A file to hold all of the selector factory functions that, add functionality to a CodeceptJS function object.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
Methods
(inner) mapSelectorMetaDataToBusinessRule(inputData, inputMetaData) → {string}
Maps a selector meta-data name to an actual business rule name.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | The Selector meta-data name business rule that should be converted to an actual business rule name. |
inputMetaData |
string | Not used for this business rule. |
Returns:
A modified string that represents an actual business rule that can be executed by the system.
- Type
- string