Module: selectorConstruction

A file to hold all of the selector factory functions that, add functionality to a CodeceptJS function object.

Author:
  • Seth Hollingsead
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.

Author:
  • Seth Hollingsead
Source:
Returns:

A modified string that represents an actual business rule that can be executed by the system.

Type
string