Class AbstractCommonSimulinkTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.common.test.AbstractCommonSimulinkTest
-
- Direct Known Subclasses:
AbstractSimulinkDictionaryTest
,AbstractSimulinkTest
public abstract class AbstractCommonSimulinkTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
activeCache
protected String
eol
protected String
eolResourceFile
static AssumeMatlabInstalled
installation
protected static String
LN
protected static String
LN_BR
protected File
modelFile
org.junit.rules.TestName
name
protected static String
TEST_TRACES
-
Constructor Summary
Constructors Constructor Description AbstractCommonSimulinkTest()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
dispose(IGenericSimulinkModel model)
static void
engineLogLevel()
void
execute()
abstract IGenericSimulinkModel
getModel()
abstract IGenericSimulinkModel
loadSimulinkModel(File file, boolean activeCaching)
void
logTestName()
void
run(String eol, File file)
void
run(String eol, File file, boolean activeCaching)
protected void
setupEOL()
-
-
-
Field Detail
-
TEST_TRACES
protected static final String TEST_TRACES
- See Also:
- Constant Field Values
-
LN_BR
protected static final String LN_BR
-
LN
protected static final String LN
- See Also:
- Constant Field Values
-
installation
public static AssumeMatlabInstalled installation
-
eol
protected String eol
-
eolResourceFile
protected String eolResourceFile
-
modelFile
protected File modelFile
-
activeCache
protected boolean activeCache
-
name
public org.junit.rules.TestName name
-
-
Method Detail
-
engineLogLevel
public static void engineLogLevel()
-
logTestName
public void logTestName()
-
execute
public void execute()
-
setupEOL
protected void setupEOL()
-
run
public void run(String eol, File file, boolean activeCaching) throws Exception
- Throws:
Exception
-
loadSimulinkModel
public abstract IGenericSimulinkModel loadSimulinkModel(File file, boolean activeCaching) throws Exception
- Throws:
Exception
-
getModel
public abstract IGenericSimulinkModel getModel()
-
dispose
public abstract void dispose(IGenericSimulinkModel model)
-
-