mitigation-controller / mitc

Mitigation Controller (MitC): an automated risk-mitigation tool for construction projects.
Apache License 2.0
3 stars 2 forks source link

Explore implementation of a testing environment #44

Closed mwakok closed 3 years ago

mwakok commented 3 years ago

Link to writing first MATLAB test script: https://nl.mathworks.com/help/matlab/matlab_prog/write-script-based-unit-tests.html

mwakok commented 3 years ago

To make full use of the Matlab testing environment, I am writing all tests as classes. See documentation. Furthermore, Matlab has developed an environment to test apps. I will write a few tests to see how this works.