Hoffice push
This commit is contained in:
11
Tests/class_template_test.m
Normal file
11
Tests/class_template_test.m
Normal file
@@ -0,0 +1,11 @@
|
||||
classdef class_template_test < matlab.unittest.TestCase
|
||||
% Test class for class_template
|
||||
|
||||
methods (Test)
|
||||
function testExample(testCase)
|
||||
% Example test case for class_template
|
||||
% Add your test code here
|
||||
testCase.verifyTrue(true);
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user