public class TestModelRepository
extends java.lang.Object
It is assumed this class is run from a sub-folder of lsps-app-it e.g. lsps-app-it-selenium or lsps-app-it-integration. All paths are resolved relative to this level of directory nesting i.e. it is assumed that the test models are located at ../test-cases/*.
All selenium tests are divided into groups, the model name XXX_YY_Anything denotes the
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | RELEASE_VERSIONThe LSPS release version. | 
| static java.io.File | TEST_DIRECTORYThe directory where default tests are | 
| Modifier and Type | Method and Description | 
|---|---|
| static ModelAssembly | getModelAssembly(java.lang.String baseModuleName,
                java.lang.String baseModuleVersion) | 
| static ModelAssembly | getModelAssembly(java.lang.String baseModuleName,
                java.lang.String baseModuleVersion,
                java.io.File pathToProject) | 
public static final java.io.File TEST_DIRECTORY
public static final java.lang.String RELEASE_VERSION
public static ModelAssembly getModelAssembly(java.lang.String baseModuleName, java.lang.String baseModuleVersion, java.io.File pathToProject) throws java.io.IOException
baseModuleName - The name of the base module from which we build the model.baseModuleVersion - The base module version we start with.pathToProject - the path to the folder containing the .project file and modules.java.io.IOExceptionpublic static ModelAssembly getModelAssembly(java.lang.String baseModuleName, java.lang.String baseModuleVersion)
baseModuleName - The name of the base module from which we build the model.baseModuleVersion - The base module version we start with.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.