Class AssumeMatlabInstalled
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.common.test.AssumeMatlabInstalled
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class AssumeMatlabInstalled extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description AssumeMatlabInstalled()
AssumeMatlabInstalled(String v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
String
getVersion()
-
-
-
Constructor Detail
-
AssumeMatlabInstalled
public AssumeMatlabInstalled()
-
AssumeMatlabInstalled
public AssumeMatlabInstalled(String v)
-
-
Method Detail
-
getVersion
public String getVersion()
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
-