Class CRUDTests
- java.lang.Object
- 
- org.eclipse.epsilon.emc.simulink.common.test.AbstractCommonSimulinkTest
- 
- org.eclipse.epsilon.emc.simulink.test.util.AbstractSimulinkTest
- 
- org.eclipse.epsilon.emc.simulink.test.unit.CRUDTests
 
 
 
- 
 public class CRUDTests extends AbstractSimulinkTest 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.epsilon.emc.simulink.common.test.AbstractCommonSimulinkTestactiveCache, eol, eolResourceFile, installation, LN, LN_BR, modelFile, name, TEST_TRACES
 
- 
 - 
Constructor SummaryConstructors Constructor Description CRUDTests()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateSimulinkGain()Simulink GainvoidtestCreateStateflowState()Stateflow StatevoidtestCreateStateflowStateWithEmptyConstructor()voidtestDeleteSimulinkChart()Simulink ChartvoidtestDeleteSimulinkGain()voidtestDeleteStateflowState()voidtestDeleteStateflowStateWithEmptyConstructor()voidtestReadStateflowId()voidtestReadStateflowIdWithEmptyConstructor()voidtestUpdateStateflowName()voidtestUpdateStateflowNameWithEmptyConstructor()- 
Methods inherited from class org.eclipse.epsilon.emc.simulink.test.util.AbstractSimulinkTestdispose, getModel, loadSimulinkModel
 - 
Methods inherited from class org.eclipse.epsilon.emc.simulink.common.test.AbstractCommonSimulinkTestengineLogLevel, execute, logTestName, run, run, setupEOL
 
- 
 
- 
- 
- 
Method Detail- 
testCreateSimulinkGainpublic void testCreateSimulinkGain() Simulink Gain
 - 
testDeleteSimulinkGainpublic void testDeleteSimulinkGain() 
 - 
testDeleteSimulinkChartpublic void testDeleteSimulinkChart() Simulink Chart
 - 
testCreateStateflowStatepublic void testCreateStateflowState() Stateflow State
 - 
testCreateStateflowStateWithEmptyConstructorpublic void testCreateStateflowStateWithEmptyConstructor() 
 - 
testReadStateflowIdpublic void testReadStateflowId() 
 - 
testReadStateflowIdWithEmptyConstructorpublic void testReadStateflowIdWithEmptyConstructor() 
 - 
testUpdateStateflowNamepublic void testUpdateStateflowName() 
 - 
testUpdateStateflowNameWithEmptyConstructorpublic void testUpdateStateflowNameWithEmptyConstructor() 
 - 
testDeleteStateflowStatepublic void testDeleteStateflowState() 
 - 
testDeleteStateflowStateWithEmptyConstructorpublic void testDeleteStateflowStateWithEmptyConstructor() 
 
- 
 
-