|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfmpp.dataloaders.FileDataLoader
fmpp.dataloaders.TddSequenceDataLoader
public class TddSequenceDataLoader
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 | |
|---|---|
TddSequenceDataLoader()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
load(java.io.InputStream data)
FileDataLoader subclasess override this method to parse
the file. |
| Methods inherited from class fmpp.dataloaders.FileDataLoader |
|---|
load |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TddSequenceDataLoader()
| Method Detail |
|---|
protected java.lang.Object load(java.io.InputStream data)
throws java.lang.Exception
FileDataLoaderFileDataLoader subclasess override this method to parse
the file.
load in class FileDataLoaderjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||