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.
function callAll import Modelica.Utilities.Files; import Modelica.Utilities.Streams.print; extends Modelica.Icons.Function; input String logFile = "FCSysTestLog.txt" "Filename where the log of all functions is stored"; output Boolean ok "true, if all tests passed"; end callAll;