Files
imdd_silas/Tests/05_Lab/Exfo_laser_test.m
2026-03-12 17:26:13 +01:00

12 lines
291 B
Matlab

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