Skip to content

enhance(classify): Add test Parameter function to Classify v4.11.0 branch

Shane Gibson requested to merge classify-test-param-v4.11.0-branch into v4.11.0-branch

Adds new Classify test function of cl_test_parameter Param Value for determining if an existing Param in the rendering space has a given value.

This works cleanly with String, Boolean, and Number types. More complex data structures require careful string and newline escaping in the Value being passed in during the Classify test to match the DRP Endpoints rendered value. This is true for Array/List and Object type Params.

Merge request reports