Download
Would you recoomend this project?
1) Data & test class are completly separated. It makes no hardcode data in your test class.
2) Perfect mapping for data & java object(eg: POJO, POCO, Model).
eg: int, boolean[], List<Double>, BigDecimal[][], YourPojo, YourPojo[], List<YourPojo>...
3) i18n object data for developer, there is no similar software component in the world up to now.
4) Ant .properties style, eg: key.my.dir=${user.dir}, key.others=${key.my.dir}
5) One class, multiple i18n data resource. Even if you don't need i18n function, IOJU also provides good solution to run multiple test data group. eg:
MyServiceTest_en_US <--> test data group 1 of class MyServiceTest
MyServiceTest_zh_CN <--> test data group 2 of class MyServiceTest
6) no need to config. Independence of Testing Framework, eg: JUnit3, JUnit4, TestNG, Android Testing Framework...
Simplest usage for developer. Only One class name (IOJU) you need to rememmber. You can download file releases of IOJU project from List of release files
List of release files
| 
|