hiptest-publisher
hiptest-publisher copied to clipboard
Invalid type generated with dataset when mixing int and string
From: https://github.com/hiptest/hiptest-issue-tracker/issues/199
Steps to reproduce
- Create a scenario with a dataset, with 2 lines
- set a string value for line 1 column 1: aSimpleValue
- set an integer value for line 2 column 1: 42
- Generate the code (java junit)
Expected behaviour
The column 1 should be string, always
Actual behaviour
Does not compile, the value 42 is directly marked as integer but the generic method signature is String. This result is the same if you switch step 2 and 3 (order does not matter).
My configuration
Browser: --
Operating system: Debian