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 testFunctions import FCSys.Species.Enumerations.Side; import FCSys.Utilities.*; extends Modelica.Icons.Function; output Boolean ok "true, if all tests passed"; end testFunctions;