Testing framework: Only test specific parameter combinations
Mostra commenti meno recenti
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).
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Hypothesis Tests in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!