IoC testing framework "event" fixture doesn't accept single-element "args" value

Description

https://fluidproject.atlassian.net/browse/FLUID-5496#icft=FLUID-5496 is incompletely implemented - this fixture doesn't accept a single object as the value of "args" which is supported everywhere else in the framework - for example, the following fixture is invalid:

{
event: "{decisionRequest}.events.onComplete",
listener: "gpii.test.cloudBased.oauth2.verifyDecisionResponse",
args: "{decisionRequest}"
}

and the args must be provided within an array.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created December 20, 2014 at 6:40 PM
Updated February 27, 2017 at 8:49 PM
Resolved October 19, 2015 at 9:02 PM

Flag notifications