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