1
2
3
4
5
6
7
8
9
10
|
Alert: This test passes if mailMsg() logs output under the test utility.
Mail Msg: 1, to=, cc=, bcc=, subject=, body=
Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body=
Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body
Mail Msg: 1, to=, cc=, bcc=, subject=, body=
Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body=
Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body
Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function.
Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function.
Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function.
|