FastExpressionCompiler icon indicating copy to clipboard operation
FastExpressionCompiler copied to clipboard

[Idea] Generate random expression trees for test

Open dadhi opened this issue 6 years ago • 1 comments

Use property-based testing or similar (FsCheck, Expecto, other?) to generate random trees, compile and assert.

dadhi avatar Aug 16 '18 15:08 dadhi

One case would be not сonstrains, but combinations, e.g. {byte, int, long, float, ... , BigInteger} x {Sum, Divide, .. , Multi } x {1 parameter, ... , 256 parameters}.

dzmitry-lahoda avatar Aug 21 '18 07:08 dzmitry-lahoda

Not for me, but I welcome whoever will try the fuzzing

dadhi avatar Jan 15 '24 11:01 dadhi