Uses of Interface
net.sourceforge.xmlfit.data.DataSet

Packages that use DataSet
net.sourceforge.xmlfit.data   
net.sourceforge.xmlfit.data.impl   
net.sourceforge.xmlfit.property   
 

Uses of DataSet in net.sourceforge.xmlfit.data
 

Fields in net.sourceforge.xmlfit.data declared as DataSet
static DataSet DataSet.NULL_DATASET
          The Value of a null DataSet variable.
 

Methods in net.sourceforge.xmlfit.data that return types with arguments of type DataSet
static java.util.Collection<DataSet> DataHelper.createDataSource(java.lang.String fileName)
          Create a list with DataSets.
 

Uses of DataSet in net.sourceforge.xmlfit.data.impl
 

Classes in net.sourceforge.xmlfit.data.impl that implement DataSet
 class NullDataSetImpl
          NullDataSet can be used when no DataSet is initialized.
 class XMLDataSetImpl
           
 

Methods in net.sourceforge.xmlfit.data.impl that return DataSet
 DataSet XMLDataSourceImpl.next()
           
 

Methods in net.sourceforge.xmlfit.data.impl that return types with arguments of type DataSet
 java.util.Iterator<DataSet> XMLDataSourceImpl.iterator()
           
 

Uses of DataSet in net.sourceforge.xmlfit.property
 

Methods in net.sourceforge.xmlfit.property with parameters of type DataSet
static void PropertyHelper.addTestPropertiesFromDataSet(DataSet dataSet)
           
static void PropertyHelper.addTestStepPropertiesFromDataSet(DataSet dataSet)
           
 



Copyright © 2009 SourceForge. All Rights Reserved.