| java.lang.Object junitx.ddtunit.data.DataSet junitx.ddtunit.data.DDTDataRepository
DDTDataRepository | public class DDTDataRepository extends DataSet (Code) | | Data repository containing test data per test class. Implementation as
singleton.
author: jg |
containsKey | public boolean containsKey(String classId)(Code) | | Check existance of testdata concerning provided class data.
Parameters: classId - of class data used for test true if data is found |
get | public TestClusterDataSet get(String resource, String clusterId)(Code) | | Get TestClusterDataSet associated to the specified method of a class.
Parameters: resource - name of resource of test class data Parameters: clusterId - to identify dataSet used unter test DataSet to process |
restore | public IDataSet restore(String resource, String clusterId)(Code) | | Restore test object definition from provided xml resource
Parameters: resource - name of xml file Parameters: clusterId - specifiing the testdata cluster to process from within xmlresource |
size | public int size()(Code) | | number of entries in repository |
|
|