mainly tests (empty) and some theroy plots

This commit is contained in:
Silas Oettinghaus
2026-03-12 17:26:13 +01:00
parent 2a724b833f
commit 4c78a1e0b1
90 changed files with 1507 additions and 404 deletions

View File

@@ -0,0 +1,11 @@
classdef DataStorage_test < matlab.unittest.TestCase
% Test class for DataStorage
methods (Test)
function testExample(testCase)
% Example test case for DataStorage
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef Parameter_test < matlab.unittest.TestCase
% Test class for Parameter
methods (Test)
function testExample(testCase)
% Example test case for Parameter
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef StorageParameter_test < matlab.unittest.TestCase
% Test class for StorageParameter
methods (Test)
function testExample(testCase)
% Example test case for StorageParameter
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef minimal_warehouse_example_test < matlab.unittest.TestCase
% Test class for minimal_warehouse_example
methods (Test)
function testExample(testCase)
% Example test case for minimal_warehouse_example
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef interpCurve_test < matlab.unittest.TestCase
% Test class for interpCurve
methods (Test)
function testExample(testCase)
% Example test case for interpCurve
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef build_wh_test < matlab.unittest.TestCase
% Test class for build_wh
methods (Test)
function testExample(testCase)
% Example test case for build_wh
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef CompleteRoutine_DifferentChannels_Fig3_test < matlab.unittest.TestCase
% Test class for CompleteRoutine_DifferentChannels_Fig3
methods (Test)
function testExample(testCase)
% Example test case for CompleteRoutine_DifferentChannels_Fig3
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef CompleteRoutine_test < matlab.unittest.TestCase
% Test class for CompleteRoutine
methods (Test)
function testExample(testCase)
% Example test case for CompleteRoutine
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef automate_JLT_plots_test < matlab.unittest.TestCase
% Test class for automate_JLT_plots
methods (Test)
function testExample(testCase)
% Example test case for automate_JLT_plots
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef automate_PTL_plot_new_test < matlab.unittest.TestCase
% Test class for automate_PTL_plot_new
methods (Test)
function testExample(testCase)
% Example test case for automate_PTL_plot_new
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef dispersion_only_test < matlab.unittest.TestCase
% Test class for dispersion_only
methods (Test)
function testExample(testCase)
% Example test case for dispersion_only
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef dispersion_validation_miniskript_test < matlab.unittest.TestCase
% Test class for dispersion_validation_miniskript
methods (Test)
function testExample(testCase)
% Example test case for dispersion_validation_miniskript
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef generatePlots_test < matlab.unittest.TestCase
% Test class for generatePlots
methods (Test)
function testExample(testCase)
% Example test case for generatePlots
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plot3dCurve_test < matlab.unittest.TestCase
% Test class for plot3dCurve
methods (Test)
function testExample(testCase)
% Example test case for plot3dCurve
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotBerVsZDW_test < matlab.unittest.TestCase
% Test class for plotBerVsZDW
methods (Test)
function testExample(testCase)
% Example test case for plotBerVsZDW
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotBerVsZdwFailureRate_test < matlab.unittest.TestCase
% Test class for plotBerVsZdwFailureRate
methods (Test)
function testExample(testCase)
% Example test case for plotBerVsZdwFailureRate
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotChannelSpacingAna_test < matlab.unittest.TestCase
% Test class for plotChannelSpacingAna
methods (Test)
function testExample(testCase)
% Example test case for plotChannelSpacingAna
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotCurve_test < matlab.unittest.TestCase
% Test class for plotCurve
methods (Test)
function testExample(testCase)
% Example test case for plotCurve
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotHistogram_test < matlab.unittest.TestCase
% Test class for plotHistogram
methods (Test)
function testExample(testCase)
% Example test case for plotHistogram
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plotViolin_test < matlab.unittest.TestCase
% Test class for plotViolin
methods (Test)
function testExample(testCase)
% Example test case for plotViolin
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef plot_ber_distribution_test < matlab.unittest.TestCase
% Test class for plot_ber_distribution
methods (Test)
function testExample(testCase)
% Example test case for plot_ber_distribution
% Add your test code here
testCase.verifyTrue(true);
end
end
end