Preconditioning: Use assertions only in straight-line code. Do not call assert functions inside conditional constructs,
Posted: Thu Mar 11, 2021 9:38 am
Preconditioning: Use assertions only in straight-line code. Do not call assert functions inside conditional constructs, such as if, for, while, and switch statements.
FE
FE