Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martina Maggio
gps-modeling
Commits
c3531d3d
Commit
c3531d3d
authored
Feb 28, 2019
by
Claudio Mandrioli
Browse files
added template for implementing new test cases
parent
aff51fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/tests/aaa_template_test_cases.m
0 → 100644
View file @
c3531d3d
% test case for function
%purpose:
%oracle:
clear
all
%clear workspace
close
all
cd
..
%move to functions directory
%initialize inputs
%execute function
cd
tests
%go back to tests directory
%verify output
if
error
(
'error in function '
)
else
disp
(
'function ok'
)
end
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment