Testing framework: Only test specific parameter combinations
古いコメントを表示
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).
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!