Class LoadModelTest
- java.lang.Object
- 
- org.eclipse.epsilon.emc.simulink.test.unit.LoadModelTest
 
- 
 public class LoadModelTest extends java.lang.ObjectEnsure location does not have any spaces Check for windows
- 
- 
Field SummaryFields Modifier and Type Field Description booleancloseOnDisposaljava.lang.StringfileNamestatic AssumeMatlabInstalledinstallationorg.junit.rules.TestNamenamebooleanreadOnLoadbooleanstoreOnDisposaljava.lang.Stringworkdir
 - 
Constructor SummaryConstructors Constructor Description LoadModelTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Iterable<java.lang.Object[]>data()voiddeleteCreated()static voiddeleteNonExisting()voidlogName()static voidsetup()voidtestLoadDir()
 
- 
- 
- 
Field Detail- 
installationpublic static AssumeMatlabInstalled installation 
 - 
readOnLoadpublic boolean readOnLoad 
 - 
storeOnDisposalpublic boolean storeOnDisposal 
 - 
closeOnDisposalpublic boolean closeOnDisposal 
 - 
workdirpublic java.lang.String workdir 
 - 
fileNamepublic java.lang.String fileName 
 - 
namepublic org.junit.rules.TestName name 
 
- 
 
-