4 self =
self@matlab.unittest.TestCase(varargin{:});
9 function testTouch(
self)
10 import com.mathworks.mlservices.MatlabDesktopServices;
11 [~,fileNameList,reportList]=...
16 self.verifyTrue(isempty(fileNameList),diagnosticMsg);
17 self.verifyTrue(isempty(reportList),diagnosticMsg);
function catwithsep(in inpStrList, in sepStr)
CATWITHSEP concatenates input cell array of strings inserting a specified separator between the strin...