Skip to content

Commit d199116

Browse files
authored
Merge pull request #2 from FlorianPfaff/grouped-test
Tagged tests
2 parents 2f570b2 + 79821ac commit d199116

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/TrackSortAlgorithmTest.m

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TrackSortAlgorithmTest < matlab.unittest.TestCase
66
% @author Florian Pfaff
77
% @date 2014-2021
8-
methods (Test)
8+
methods (Test, TestTags = {'Batch'})
99
function generateDataset(testCase)
1010
testCase.verifyWarningFree(@()genStandardTestCases());
1111
end
@@ -191,6 +191,8 @@ function testBadBorderDetection(testCase)
191191
testCase.verifyWarning(@()TrackSortAlgorithm(2*[0, 1500; 0, 1050], predictFrom = 700, predictTo = 900, allParam = allParam, midpointMatrix = midpointMatrix), ...
192192
'TrackSortAlgorithm:TracksShortForCurrentBorders');
193193
end
194+
end
195+
methods (Test, TestTags = {'LiveMode'})
194196
function testLiveModeScenarioWithoutUsingLiveMode(testCase)
195197
allMidpointsStruct = repmat(struct('midpoints', [], 'visualClassifications', []), 1, 10);
196198
maxSize = 0;

0 commit comments

Comments
 (0)