Is there an equivalent of "mock functions" for linked atomic subcharts?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Vivek Chugh
el 9 de Abr. de 2018
Respondida: Anmol Pradeep Bhargava
el 4 de Mayo de 2018
In code testing, it is fairly common to create mock alternatives for functions used by the code under test. This allows one to control the outputs of functions called by the code under test. Is there a similar alternative for linked atomic subcharts used in a stateflow chart under test? I wish to write high level tests using simulink test for my stateflow chart that does not depend on the logic contained in the linked atomic subcharts. So I am looking for some functionality that would perhaps replace the linked atomic subcharts with a dummy atomic subchart just for this test.
0 comentarios
Respuesta aceptada
Anmol Pradeep Bhargava
el 4 de Mayo de 2018
Hi Vivek,
There isn't a functionality to stub out the linked atomic subchart. As a possible work around, you can create a separate library and link to it.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Test Model Components en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!