.QCalcTests.Tests.runAll

Call all of the test functions and models for QCalc

Information

This function call will fail if any of the functions return an incorrect result. It will return true if all of the functions pass. There are no inputs.

Interface

function runAll
  import Modelica.Utilities.Files;
  import Modelica.Utilities.Streams.print;
  import QCalcTests.Utilities.print2;
  extends QCalc.Icons.Function;
  input String logFile = "QCalcTestLog.md" "Log file name";
  output Boolean ok "true, if all tests passed";
end runAll;

Generated at 2025-03-14T19:24:29Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos