Skip to content

Commit ac45953

Browse files
committed
Add function tests
1 parent ec79b34 commit ac45953

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

SoftwareTests/FunctionTests.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
classdef FunctionTests < matlab.unittest.TestCase
2+
3+
methods(Test)
4+
5+
end % methods
6+
7+
end % classdef
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="test"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="FunctionTests.m" type="File"/>

0 commit comments

Comments
 (0)