Lines Matching full:fuzzing
5 annotation's javadoc, our integration runs in one of two modes: fuzzing and regression. Fuzzing mod…
7 fuzzing is done. The main entrypoints for the actual integration code are found in two of the annot…
11 flow of the different methods involved in integrating with JUnit in fuzzing mode (when `JAZZER_FUZZ…
14 # Fuzzing Flow
20 The first call to this test will determine if the test should be run at all. In fuzzing mode, we on…
30 This will configure the fuzzing agent to set up code instrumentation, instantiate a `FuzzTestExecut…
36 This will be called for each argument set for the current test. In fuzzing mode, there will only be…
44 fuzzing.
51 Similar to fuzzing mode, JUnit will call these methods for each test marked with `FuzzTest`.
60 This will configure the fuzzing agent as in fuzzing mode, then gather test cases to run from the fo…
101 …ce diagrams for how JUnit calls `evaluateExecutionConditions` and `provideArguments` in fuzzing and
105 ## Fuzzing section in Diagrams
107 