Re: [Ddtunit-users] Using other data source than XML
Brought to you by:
jg_hamburg,
kgellien
|
From: <j.g...@bi...> - 2007-05-19 12:52:34
|
Hallo Rafael, for now there is no generic interface to extend data resource support. If you can provide a sample of Excel spreadsheet with data as you =20 like to process I will provide a first draft for the integration. To get an idea how DDTUnit processes data details you should start in =20= package junitx.ddtunit.data with class DDTDataRepository. The hirachical structure of cluster/group/test is mapped on the classes TestClusterDataSet - TestGroupDataSet - TestDataSet Looking forward for more details on your planes to use DDTUnit. Best regards J=F6rg Am 16.05.2007 um 23:26 schrieb Carlos Alves: > Hi, > > I'm planning to start using DDTUnit to run my unit tests =20 > but I would like to know if would be easy to make DDTUnit read the =20 > data source information from someplace else, like an Excel / =20 > OpenOffice spreadsheet. Is there any kind of interface that I would =20= > have to implement in order to implement such thing? > > Thanks in advance, > Rafael |