classdef OSA_Advantest_test < matlab.unittest.TestCase % Test class for OSA_Advantest methods (Test) function testExample(testCase) % Example test case for OSA_Advantest % Add your test code here testCase.verifyTrue(true); end end end