Testing framework: Only test specific parameter combinations
Mostrar comentarios más antiguos
In an advanced parametrized test class, is it possible to omit certain combinations of parameters from the resulting test suite? For example, lets say I have:
properties (TestParameter)
parameter1 = {'a','b'};
parameter2 = {'x','y'}
end
I want to run a certain test for the parameter combinations ax, ay, and bx (omit by).
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Hypothesis Tests en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!