IOJU
generate i18n properties file, edit, get i18n object in classes
It was merged into JCrazySuite project.
http://sourceforge.net/p/jcrazysuite/
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...