Lines Matching refs:an
44 The runner uses an external image fuzzer to generate test images. An image
79 - $off for an offset in the fuzzed image
136 The runner calls an image generator specifying the path to a test image file,
155 purpose, so an image generator is not recommended to modify it internally.
183 6. Should generate the test image with the correct structure based on an image
185 7. Should accept a seed as an argument (for regression purpose)
186 8. Should generate a seed if it is not specified as an input parameter.
189 10. Should accept a vector of actions as an argument (for test reproducing and
193 actions, if it is not specified as an input parameter
194 12. Pool of actions should be defined automatically based on an image template
195 13. Should accept a SUT and its call parameters as an argument or select them
199 14. Should support an external cancellation of a test run
211 provide an ability to add any other image format.
218 it makes the fuzzer itself invariant to an image format and test logic.
220 specified via an action vector. Otherwise, knowledge about an image structure
231 Action vector is a sequence of structure elements retrieved from an image
234 Action pool is all available elements of an image structure that generated
235 automatically from an image template.
236 Image template is a formal description of an image structure and relations
238 Test image is an output image of the fuzzer defined by the current seed and