mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/02_optical/DP_Fiber_test.m
Normal file
11
Tests/02_optical/DP_Fiber_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
11
Tests/02_optical/Optical_Demultiplex_test.m
Normal file
11
Tests/02_optical/Optical_Demultiplex_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Optical_Demultiplex_test < matlab.unittest.TestCase
|
||||
% Test class for Optical_Demultiplex
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Optical_Demultiplex
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/Optical_Multiplex_test.m
Normal file
11
Tests/02_optical/Optical_Multiplex_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Optical_Multiplex_test < matlab.unittest.TestCase
|
||||
% Test class for Optical_Multiplex
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Optical_Multiplex
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/Polarization_Controller_test.m
Normal file
11
Tests/02_optical/Polarization_Controller_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Polarization_Controller_test < matlab.unittest.TestCase
|
||||
% Test class for Polarization_Controller
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Polarization_Controller
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/CNLSE_plain_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/CNLSE_plain_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef CNLSE_plain_test < matlab.unittest.TestCase
|
||||
% Test class for CNLSE_plain
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for CNLSE_plain
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/CNLSE_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/CNLSE_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef CNLSE_test < matlab.unittest.TestCase
|
||||
% Test class for CNLSE
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for CNLSE
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/canUseGPU_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/canUseGPU_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef canUseGPU_test < matlab.unittest.TestCase
|
||||
% Test class for canUseGPU
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for canUseGPU
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/getNLstepsize_original_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/getNLstepsize_original_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef getNLstepsize_original_test < matlab.unittest.TestCase
|
||||
% Test class for getNLstepsize_original
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for getNLstepsize_original
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/getNLstepsize_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/getNLstepsize_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef getNLstepsize_test < matlab.unittest.TestCase
|
||||
% Test class for getNLstepsize
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for getNLstepsize
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/lin_step_original_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/lin_step_original_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef lin_step_original_test < matlab.unittest.TestCase
|
||||
% Test class for lin_step_original
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for lin_step_original
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/lin_step_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/lin_step_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef lin_step_test < matlab.unittest.TestCase
|
||||
% Test class for lin_step
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for lin_step
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/nl_step_original_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/nl_step_original_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef nl_step_original_test < matlab.unittest.TestCase
|
||||
% Test class for nl_step_original
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for nl_step_original
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/nl_step_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/nl_step_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef nl_step_test < matlab.unittest.TestCase
|
||||
% Test class for nl_step
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for nl_step
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/02_optical/dp_fiber_lib/split_step_loop_test.m
Normal file
11
Tests/02_optical/dp_fiber_lib/split_step_loop_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef split_step_loop_test < matlab.unittest.TestCase
|
||||
% Test class for split_step_loop
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for split_step_loop
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user