Closed sparsick closed 9 years ago
Given following expected table with cross references throws NumberFormatException :
NumberFormatException
The computed table looks
The reason for the exception is that the original RowFixture tries to use ${test} as key and parsing to int fails.
RowFixture
${test}
int
Fixed by #25
Given following expected table with cross references throws
NumberFormatException
:The computed table looks
The reason for the exception is that the original
RowFixture
tries to use${test}
as key and parsing toint
fails.