mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/DataBaseHandler/DBHandler_test.m
Normal file
11
Tests/DataBaseHandler/DBHandler_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef DBHandler_test < matlab.unittest.TestCase
|
||||
% Test class for DBHandler
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for DBHandler
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/Equalizerstruct_test.m
Normal file
11
Tests/DataBaseHandler/Equalizerstruct_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Equalizerstruct_test < matlab.unittest.TestCase
|
||||
% Test class for Equalizerstruct
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Equalizerstruct
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/Metricstruct_test.m
Normal file
11
Tests/DataBaseHandler/Metricstruct_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef Metricstruct_test < matlab.unittest.TestCase
|
||||
% Test class for Metricstruct
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for Metricstruct
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/QueryFilter_test.m
Normal file
11
Tests/DataBaseHandler/QueryFilter_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef QueryFilter_test < matlab.unittest.TestCase
|
||||
% Test class for QueryFilter
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for QueryFilter
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/SqlFilter_test.m
Normal file
11
Tests/DataBaseHandler/SqlFilter_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef SqlFilter_test < matlab.unittest.TestCase
|
||||
% Test class for SqlFilter
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for SqlFilter
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/SqlOperator_test.m
Normal file
11
Tests/DataBaseHandler/SqlOperator_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef SqlOperator_test < matlab.unittest.TestCase
|
||||
% Test class for SqlOperator
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for SqlOperator
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/related functions/cleanUpTable_test.m
Normal file
11
Tests/DataBaseHandler/related functions/cleanUpTable_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef cleanUpTable_test < matlab.unittest.TestCase
|
||||
% Test class for cleanUpTable
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for cleanUpTable
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
11
Tests/DataBaseHandler/related functions/groupIt_test.m
Normal file
11
Tests/DataBaseHandler/related functions/groupIt_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef groupIt_test < matlab.unittest.TestCase
|
||||
% Test class for groupIt
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for groupIt
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,11 @@
|
||||
classdef removeGroupOutliers_test < matlab.unittest.TestCase
|
||||
% Test class for removeGroupOutliers
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for removeGroupOutliers
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user