Package | Description |
---|---|
org.imaginea.test.automation.framework.keywordmodel.reader |
Modifier and Type | Class and Description |
---|---|
class |
TafKeywordStore
TAF implementation of the interface
IKeywordStore |
Modifier and Type | Method and Description |
---|---|
List<IKeywordStore> |
ReaderFactory.getKeywordTestData()
Get the keyword test case data stored in the file.
|
List<IKeywordStore> |
IKeywordReader.readFile(File file)
Parses the particular file and returns a List containing the
IKeywordStore object |
List<IKeywordStore> |
ExcelKeywordReader.readFile(File file) |
List<IKeywordStore> |
CsvKeywordReader.readFile(File file) |
List<IKeywordStore> |
IKeywordReader.readFile(File file,
String... args)
Parses the particular file and returns a List containing the
IKeywordStore object |
List<IKeywordStore> |
ExcelKeywordReader.readFile(File file,
String... args) |
List<IKeywordStore> |
CsvKeywordReader.readFile(File file,
String... args) |
Copyright © 2014. All rights reserved.