Excel Parsing Issue.
shpongle2634 opened this issue · comments
Taehoon Seo commented
Some Method may have Custom Parameter types.
So if the cell in Excel need to convert to Custom Type, We have to customizing the data.
How can i handle them?
- If parameter Type is Primitive Type like int, double, char... (including Wrapper Types)
Convert them - If not, Just hold them as String Type. It may be mock Name or Custom Types.
It needs Another Idea.
Taehoon Seo commented
I conclude it if there are custom type parameters, then just stay as a String value. but it must mean Mock name.
So Tester must make mock Object with its name.