public class TestModelFactory extends Object
| Constructor and Description |
|---|
TestModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExcelModel |
getExcelModel(String filePath,
String configPath,
String modelName) |
static ExcelModel |
getExcelModelNotLoaded(String filePath,
String modelName) |
static GSModel |
getGSModel(String name,
String configPath,
String modelName) |
static GSModel |
getGSModelNotLoaded(String name,
String modelName) |
static Collection<Object[]> |
getModelsToTest(String modelName,
String excelFile,
String googleFileName) |
static Collection<Object[]> |
getModelsToTest(String modelName,
String excelFile,
String configPath,
String googleFileName) |
public static GSModel getGSModel(String name, String configPath, String modelName) throws Exception
Exceptionpublic static ExcelModel getExcelModel(String filePath, String configPath, String modelName) throws Exception
Exceptionpublic static GSModel getGSModelNotLoaded(String name, String modelName) throws Exception
Exceptionpublic static ExcelModel getExcelModelNotLoaded(String filePath, String modelName)
public static Collection<Object[]> getModelsToTest(String modelName, String excelFile, String configPath, String googleFileName) throws Exception
ExceptionCopyright © 2018. All rights reserved.