Class TestModelFactory
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.test.TestModelFactory
-
public class TestModelFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TestModelFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getGSModel
public static GSModel getGSModel(String name, String configPath, String modelName) throws Exception
- Throws:
Exception
-
getExcelModel
public static ExcelModel getExcelModel(String filePath, String configPath, String modelName) throws Exception
- Throws:
Exception
-
getGSModelNotLoaded
public static GSModel getGSModelNotLoaded(String name, String modelName) throws Exception
- Throws:
Exception
-
getExcelModelNotLoaded
public static ExcelModel getExcelModelNotLoaded(String filePath, String modelName)
-
getModelsToTest
public static Collection<Object[]> getModelsToTest(String modelName, String excelFile, String configPath, String googleFileName) throws Exception
- Throws:
Exception
-
-