-
Notifications
You must be signed in to change notification settings - Fork 32
Unit Testing Tutorial
Erik A. Roberts edited this page Dec 15, 2017
·
5 revisions
Workflow:
- Get stable DynaSim version
- Automatically generate test data once
- Automatically generate the data with 'dsUnitMake_autogenData.m'.
- Do DynaSim development. As new functions and features are added...
- Add code from function template to new DynaSim functions.
- Regenerate the data for the new functions
- Run unit tests using 'dsUnitRun_all.m'.
Here is a matlab.unittest testing template.