.QCalcTests.Units.Tests.testOther

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. The input is the name of a log file where the results should be written.

Interface

function testOther
  import QCalcTests.Utilities.print2;
  import QCalc.Units.*;
  extends QCalc.Icons.Function;
  input String logFile = "UnitsTestLog.md" "Name of the log file";
  input String space = "" "Leading space in the log entry";
  output Boolean ok "true, if all tests passed";
end testOther;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos