mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:31:07 +00:00
To be used later by generators and during shrinking. The generators used in randomized tests will record the drawn random bits into a RandomRun. This is a layer of indirection that will help us automatically shrink any generated value without any user input. (Having to provide manually defined shrinkers is a downside to many randomized / property-based testing libraries like QuickCheck for Haskell.) |
||
|---|---|---|
| .. | ||
| Randomized | ||
| CMakeLists.txt | ||
| CrashTest.cpp | ||
| CrashTest.h | ||
| JavaScriptTestRunner.h | ||
| JavaScriptTestRunnerMain.cpp | ||
| Macros.h | ||
| Results.h | ||
| TestCase.h | ||
| TestMain.cpp | ||
| TestResult.h | ||
| TestRunner.h | ||
| TestRunnerUtil.h | ||
| TestSuite.cpp | ||
| TestSuite.h | ||