You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are only very few tests for the evaluation logic of arithmetic expressions (ArithmeticExpr) and logical expressions (LogicalExpr). Even though exhaustive testing may not be required, it still would make sense to have at least a few tests for each operator involving different combinations of operand types.
See the tests for the OperatorExpr (OperatorExprTest.cpp) for an example of how this could be done and documented.
The text was updated successfully, but these errors were encountered:
There are only very few tests for the evaluation logic of arithmetic expressions (ArithmeticExpr) and logical expressions (LogicalExpr). Even though exhaustive testing may not be required, it still would make sense to have at least a few tests for each operator involving different combinations of operand types.
See the tests for the OperatorExpr (OperatorExprTest.cpp) for an example of how this could be done and documented.
The text was updated successfully, but these errors were encountered: