Class AssumeMatlabInstalled

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class AssumeMatlabInstalled
    extends java.lang.Object
    implements org.junit.rules.TestRule
    • 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)  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssumeMatlabInstalled

        public AssumeMatlabInstalled()
      • AssumeMatlabInstalled

        public AssumeMatlabInstalled​(java.lang.String v)
    • Method Detail

      • getVersion

        public java.lang.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 interface org.junit.rules.TestRule