Skip to content

Commit 82b7c64

Browse files
committed
add MATLAB test file
1 parent 3af97a3 commit 82b7c64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sample/TheTruth.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
classdef TheTruth < matlab.unittest.TestCase
2+
methods (Test)
3+
function testTheTestOfAllTime(testCase)
4+
onetyone = 11;
5+
testCase.verifyEqual(onetyone, 11);
6+
end
7+
end
8+
end

0 commit comments

Comments
 (0)