1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/Libraries/LibTest/Randomized
Martin Janiczek d534005c8d LibTest: Add the ShrinkCommand abstraction
ShrinkCommands are recipes for how a RandomRun should be shrunk. They
are not related to a specific RandomRun, although we'll take the length
of a specific RandomRun into account when generating the ShrinkCommands.

ShrinkCommands will later be interpreted by the shrink_with_command()
function.
2023-10-26 17:26:52 -06:00
..
Chunk.h
Generator.h LibTest: Add a library of Generators 2023-10-26 17:26:52 -06:00
RandomnessSource.h LibTest: Add the RandomnessSource abstraction 2023-10-26 17:26:52 -06:00
RandomRun.h LibTest: Add the RandomRun abstraction 2023-10-26 17:26:52 -06:00
ShrinkCommand.h LibTest: Add the ShrinkCommand abstraction 2023-10-26 17:26:52 -06:00