Uses of Interface
junitx.ddtunit.data.IDataSet

Packages that use IDataSet
junitx.ddtunit.data   
junitx.ddtunit.data.processing   
 

Uses of IDataSet in junitx.ddtunit.data
 

Classes in junitx.ddtunit.data that implement IDataSet
 class DataSet
          Class containing all data objects used for executing a testclass.
 class DDTDataRepository
          Data repository containing test data per test class.
 class TestClusterDataSet
           
 class TestDataSet
          Class containing data processed under xml tag test
 class TestGroupDataSet
           
 

Methods in junitx.ddtunit.data that return IDataSet
 IDataSet IDataSet.get(String id)
          Retrieve DataSet specified by id
 IDataSet DataSet.get(String id)
           
 IDataSet DDTDataRepository.restore(String resource, String clusterId)
          Restore test object definition from provided xml resource
 

Methods in junitx.ddtunit.data with parameters of type IDataSet
static Object DDTDataRepository.find(IDataSet dataSet, SearchCriteria searchedData)
          Find associated object data associated to specified search criteria.
 void IDataSet.put(String id, IDataSet dataSet)
           
 void DDTDataRepository.put(String classId, IDataSet dataSet)
          Add TestClusterDataSetto repository.
 void DataSet.put(String id, IDataSet dataSet)
           
 

Constructors in junitx.ddtunit.data with parameters of type IDataSet
DataSet(String setId, IDataSet parent)
           
TestClusterDataSet(String setId, IDataSet parent)
           
TestDataSet(String setId, IDataSet parent)
           
TestGroupDataSet(String setId, IDataSet parent)
           
XmlDataRestorer(IDataSet dataSet)
           
 

Uses of IDataSet in junitx.ddtunit.data.processing
 

Methods in junitx.ddtunit.data.processing with parameters of type IDataSet
 void IReferenceInfo.resolve(IDataSet dataSet, String groupId, String testId)
          Resolve internal reference definition.
 

Constructors in junitx.ddtunit.data.processing with parameters of type IDataSet
Engine(IDataSet clusterDataSet)
          Instanciate processing engin to fill provided clusterDataSet
 



Copyright © 2004-2011. All Rights Reserved.