We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b6068 commit 96686c0Copy full SHA for 96686c0
sample/TheTruth.m
@@ -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
8
+end
0 commit comments