Lines Matching refs:AFSimple
298 Alert: PASS: AFSimple() threw AFSimple: Incorrect number of parameters passed to function.
299 Alert: PASS: AFSimple(1, 2, 3, 4) threw AFSimple: Incorrect number of parameters passed to function.
300 Alert: PASS: AFSimple(1, 2, 3) threw AFSimple: Incorrect parameter value.
301 Alert: PASS: AFSimple('nonesuch', 2, 3) threw AFSimple: Incorrect parameter value.
302 Alert: PASS: AFSimple('AVG', 2, 3) = 2.5
303 Alert: PASS: AFSimple('MIN', 2, 3) = 2
304 Alert: PASS: AFSimple('MAX', 2, 3) = 3
305 Alert: PASS: AFSimple('SUM', 2, 3) = 5
306 Alert: PASS: AFSimple('PRD', 2, 3) = 6
307 Alert: PASS: AFSimple('AVG', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
308 Alert: PASS: AFSimple('MIN', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
309 Alert: PASS: AFSimple('MAX', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
310 Alert: PASS: AFSimple('SUM', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
311 Alert: PASS: AFSimple('PRD', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.