Runs all test cases for functions
function testAllFunctions extends Modelica.Icons.Function; import Modelica.Utilities.Streams.print; input String logFile = "ModelicaTestLog.txt" "Filename where the log of all functions is stored"; output Boolean ok; end testAllFunctions;