Lines Matching refs:prop
272 run := func(t *testing.T, module string, prop string, panicMsg string) {
290 prop += ": true,"
294 parentBP = prop
296 moduleUnderTestBP = prop
298 childBP = prop
361 prop string
368 prop: "early_mutator_set_of_mutator_provider",
373 prop: "late_mutator_set_of_mutator_provider",
378 prop: "late_build_actions_set_of_mutator_provider",
383 prop: "early_mutator_set_of_build_actions_provider",
389 prop: "early_mutator_get_of_mutator_provider",
394 prop: "early_module_get_of_mutator_provider",
399 prop: "early_mutator_get_of_build_actions_provider",
404 prop: "early_module_get_of_build_actions_provider",
409 prop: "duplicate_set",
416 t.Run(tt.prop, func(t *testing.T) {
417 run(t, tt.module, tt.prop, tt.panicMsg)