Files
imdd_silas/Tests/02_optical/DP_Fiber_test.m
2026-03-12 17:26:13 +01:00

12 lines
285 B
Matlab

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