Questions tagged [parametrized-testing]

91 questions
-9
votes
0 answers

How to parametrize a test suite/fixture in Criterion?

I'm building a Grid framework in C and just started using the Criterion framework for testing. The Grid framework provides many functions for creating different kinds of grids such as grid* new_row_major_double_grid() and grid* new_col_major_int().…
Mehdi Charife
  • 722
  • 1
  • 7
  • 22
1 2 3 4 5 6
7