Hoffice push
This commit is contained in:
11
Tests/02_optical/EML_test.m
Normal file
11
Tests/02_optical/EML_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef EML_test < matlab.unittest.TestCase
|
||||
% Test class for EML
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for EML
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/Fiber_test.m
Normal file
11
Tests/02_optical/Fiber_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Fiber_test < matlab.unittest.TestCase
|
||||
% Test class for Fiber
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Fiber
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user