Copyright © Quviq AB, 2016-2023
Version: 1.46.3
-compile({parse_transform,eqc_parallelize}).to apply
eqc:in_parallel/1
to every property in the module. Functions of the form
prop_...() -> ...are interpreted as properties. This will cause each property to be tested in parallel, unless the property explicitly specifies
eqc:in_sequence/1
.
parse_transform/2 | Parse transformation adding in_parallel to all properties in the module. |
parse_transform(Forms, Options) -> any()
Parse transformation adding in_parallel to all properties in the module.
Generated by EDoc