shpongle2634 / java-JExcelUnit

Eclipse Plug which is JUnit testing tool using MS Excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel Parsing Issue.

shpongle2634 opened this issue · comments

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?

  1. If parameter Type is Primitive Type like int, double, char... (including Wrapper Types)
    Convert them
  2. If not, Just hold them as String Type. It may be mock Name or Custom Types.

It needs Another Idea.

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.