Package fmpp.dataloaders
Class TddSequenceDataLoader
java.lang.Object
fmpp.dataloaders.FileDataLoader
fmpp.dataloaders.TddSequenceDataLoader
- All Implemented Interfaces:
DataLoader
Creates a List based on a TDD file. The TDD file must contain a
TDD sequence such as:
"Big Joe", 1, [11, 22, 33], properties(foo.properties)
-
Field Summary
Fields inherited from class fmpp.dataloaders.FileDataLoader
args, dataFile, engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
load
(InputStream data) FileDataLoader
subclasess override this method to parse the file.Methods inherited from class fmpp.dataloaders.FileDataLoader
load
-
Constructor Details
-
TddSequenceDataLoader
public TddSequenceDataLoader()
-
-
Method Details
-
load
Description copied from class:FileDataLoader
FileDataLoader
subclasess override this method to parse the file.- Specified by:
load
in classFileDataLoader
- Throws:
Exception
-