@Named annotation doesn't work in scenario when Examples table and MetaInfo is used

Description

Please take a look at below scenario.
Meta:
@supported_type A,B,C
Given message with supported type
When received with <field> field
Then message is stored
Examples:

field

action

@Named annotation doesn't work when I want to inject @supported_type and also 'field' example value for this scenario.
I guess problem is in StoryRunner class (lines 254-260). Memthod addMetaParameters is not called when scenario is parametrized.
Can we invoke this method also for parametrized scenarios?

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created March 19, 2012 at 1:00 PM
Updated March 28, 2012 at 11:54 AM
Resolved March 28, 2012 at 11:54 AM