Lines Matching full:parameters
102 // Number of parameters for a given configuration
219 /** Read the number of parameters for all the tests in a suite
222 different initializations controlled by the parameters.
242 /** Dump parameters for a test
245 parameters for benchmarking,
246 the parameters are displayed after test status.
285 /** Check if some parameters are controlling this test
320 to the array of parameters.
322 They receive parameters as a vector argument for the setUp fucntion.
368 /** Import list of parameters from the driver
371 This list is used to control a functions with different parameters
374 A parameter can be a file of parameters or a generator
375 of parameters (cartesian product of lists only).