mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/05_Lab/Awg2Scope_test.m
Normal file
11
Tests/05_Lab/Awg2Scope_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Awg2Scope_test < matlab.unittest.TestCase
|
||||
% Test class for Awg2Scope
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Awg2Scope
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/AwgKeysight_test.m
Normal file
11
Tests/05_Lab/AwgKeysight_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef AwgKeysight_test < matlab.unittest.TestCase
|
||||
% Test class for AwgKeysight
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for AwgKeysight
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/Exfo_laser_test.m
Normal file
11
Tests/05_Lab/Exfo_laser_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
11
Tests/05_Lab/LabDeviceTemplate_test.m
Normal file
11
Tests/05_Lab/LabDeviceTemplate_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef LabDeviceTemplate_test < matlab.unittest.TestCase
|
||||
% Test class for LabDeviceTemplate
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for LabDeviceTemplate
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/OSA_Advantest_test.m
Normal file
11
Tests/05_Lab/OSA_Advantest_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef OSA_Advantest_test < matlab.unittest.TestCase
|
||||
% Test class for OSA_Advantest
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for OSA_Advantest
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/OptAtten_test.m
Normal file
11
Tests/05_Lab/OptAtten_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef OptAtten_test < matlab.unittest.TestCase
|
||||
% Test class for OptAtten
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for OptAtten
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/OptLaserN7714A_test.m
Normal file
11
Tests/05_Lab/OptLaserN7714A_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef OptLaserN7714A_test < matlab.unittest.TestCase
|
||||
% Test class for OptLaserN7714A
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for OptLaserN7714A
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/OptPowerMeter8153A_test.m
Normal file
11
Tests/05_Lab/OptPowerMeter8153A_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef OptPowerMeter8153A_test < matlab.unittest.TestCase
|
||||
% Test class for OptPowerMeter8153A
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for OptPowerMeter8153A
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/ScopeKeysight_test.m
Normal file
11
Tests/05_Lab/ScopeKeysight_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef ScopeKeysight_test < matlab.unittest.TestCase
|
||||
% Test class for ScopeKeysight
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for ScopeKeysight
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/05_Lab/Thor_PDFA_test.m
Normal file
11
Tests/05_Lab/Thor_PDFA_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Thor_PDFA_test < matlab.unittest.TestCase
|
||||
% Test class for Thor_PDFA
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Thor_PDFA
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user