Class LoadModelTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.test.unit.LoadModelTest
-
public class LoadModelTest extends Object
Ensure location does not have any spaces Check for windows
-
-
Field Summary
Fields Modifier and Type Field Description boolean
closeOnDisposal
String
fileName
static AssumeMatlabInstalled
installation
org.junit.rules.TestName
name
boolean
readOnLoad
boolean
storeOnDisposal
String
workdir
-
Constructor Summary
Constructors Constructor Description LoadModelTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>
data()
void
deleteCreated()
static void
deleteNonExisting()
void
logName()
static void
setup()
void
testLoadDir()
-
-
-
Field Detail
-
installation
public static AssumeMatlabInstalled installation
-
readOnLoad
public boolean readOnLoad
-
storeOnDisposal
public boolean storeOnDisposal
-
closeOnDisposal
public boolean closeOnDisposal
-
workdir
public String workdir
-
fileName
public String fileName
-
name
public org.junit.rules.TestName name
-
-