Automatic validation of software
When developing a software package, it is useful to test changes by periodically running all the functions in a validation library. This function automates the process.
VALIDATE DIRNAME runs each M-file in the directory DIRNAME. Each M-file
should be a function that takes no inputs and returns a logical vector
or scalar. Three outcomes are possible:
'passed' All return values are true.
'failed' Some return value is false.
'crashed' Function threw an error.
A report is generated dynamically in the command window.
VALIDATE by itself tries to find a directory named 'validtests' in the
directory in which validate.m resides.
Citar como
Toby Driscoll (2025). Automatic validation of software (https://www.mathworks.com/matlabcentral/fileexchange/20037-automatic-validation-of-software), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: threeD_grasp, Truss displacement based on FEM, Beam information
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
validtests/
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | Bug due to an errant line as noted in the first review. |