Class AbstractCommonSimulinkTest

    • Field Detail

      • LN_BR

        protected static final java.lang.String LN_BR
      • eol

        protected java.lang.String eol
      • eolResourceFile

        protected java.lang.String eolResourceFile
      • modelFile

        protected java.io.File modelFile
      • activeCache

        protected boolean activeCache
      • name

        public org.junit.rules.TestName name
    • Constructor Detail

      • AbstractCommonSimulinkTest

        public AbstractCommonSimulinkTest()
    • Method Detail

      • engineLogLevel

        public static void engineLogLevel()
      • logTestName

        public void logTestName()
      • execute

        public void execute()
      • setupEOL

        protected void setupEOL()
      • run

        public void run​(java.lang.String eol,
                        java.io.File file)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public void run​(java.lang.String eol,
                        java.io.File file,
                        boolean activeCaching)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • loadSimulinkModel

        public abstract IGenericSimulinkModel loadSimulinkModel​(java.io.File file,
                                                                boolean activeCaching)
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception