Searched refs:Fakes (Results 1 – 7 of 7) sorted by relevance
92 class Fakes { class174 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
134 class Fakes { class231 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
103 class Fakes { class223 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
145 class Fakes { class279 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
142 class Fakes { class249 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
139 class Fakes { class315 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
11 **Use cases**: The first choice for all new code. Fakes and other reusable test code should be plac…33 **Use cases**: Fakes, reusable assertions, or other test setup code. Tests for code here should be …