junitx.ddtunit.data
Interface IDataSetSerializer

All Known Implementing Classes:
DbDataRestorer, XmlDataRestorer

public interface IDataSetSerializer


Method Summary
 TestClusterDataSet restore(String resource, String clusterId)
          Process xml resource specified by resource name and a special section of the xml resource specified by the classId.
 

Method Detail

restore

TestClusterDataSet restore(String resource,
                           String clusterId)
Process xml resource specified by resource name and a special section of the xml resource specified by the classId.
If the resource was allready processed nothing will be done.

Parameters:
resource - to process
clusterId - to filter inside of the xml resource


Copyright © 2004-2011. All Rights Reserved.