Throw exception if ParameterConverters cannot convert to the desired type.

Description

Currently if ParameterConverters can't convert to the desired type, it just returns the parameter as a string. This then falls over in some unrelated code later in the process when it can't call the step because of mismatching parameter types. To aid in debugging this, it should throw an Exception detailing the type that it can't convert to, so it can be caught early.

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created November 25, 2010 at 10:32 AM
Updated December 4, 2010 at 11:32 AM
Resolved December 4, 2010 at 11:31 AM

Flag notifications