FLUID-6092: Rename member "elements" introduced in IoC Testing framework to "sequenceElements"

Metadata

Source
FLUID-6092
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2016-12-06T11:36:06.545-0500
Updated
2016-12-06T14:55:52.991-0500
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. IoC Testing Framework

Description

The FLUID-5903 features of the IoC testing framework explained at https://github.com/amb26/infusion-docs/blob/FLUID-5903/src/documents/IoCTestingFramework.md#using-sequencegrade-to-build-up-complex-reusable-test-sequences introduced a member named "elements" holding a hash of names to sequence definitions. It's quite likely that this will become a reserved word in a future version of the framework, as per the discussion in https://wiki.fluidproject.org/display/fluid/Plan+to+Abolish+Invokers+and+Events . We should quickly take the opportunity to rename this "sequenceElements" as also being more descriptive.

Comments