Lines Matching full:fuzztest
5 It guides you how to use our latest fuzzing technology, called [FuzzTest]. This
24 3. In the unit tests code, `#include "third_party/fuzztest/src/fuzztest/fuzztest.h"`
59 "//third_party/fuzztest:fuzztest_gtest_main",
69 While the FuzzTest framework supports mixed unit and fuzz tests,
93 * add a dependency on the appropriate fuzztest libraries;
99 your executable to initialize FuzzTest. This should be the case already.
102 unit test target they may need to explicitly depend upon `//third_party/fuzztest`
111 First, `#include "third_party/fuzztest/src/fuzztest/fuzztest.h"`.
141 In more complex cases, you'll need to tell FuzzTest about the expected domains
150 .WithDomains(/*i:*/fuzztest::Positive<int>());
153 See the [FuzzTest reference] for all your options here.
176 If you want to try actually fuzzing with FuzzTest, add the gn argument
213 * You need to run on platforms not currently supported by FuzzTest
225 [FuzzTest]: https://github.com/google/fuzztest#how-do-i-use-it
230 [FuzzTest reference]: https://github.com/google/fuzztest#how-do-i-use-it