Lines Matching refs:message

66      * @param {String} message (Optional) The message to display if the assertion

72 message) {
77 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value " +
90 * @param {String} message (Optional) The message to display if the assertion
96 message) {
102 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value " +
115 * @param {String} message (Optional) The message to display if the assertion
121 message) {
131 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "No match found
142 * @param {String} message (Optional) The message to display if the assertion
148 message) {
153 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value found in
165 * @param {String} message (Optional) The message to display if the assertion
171 message) {
177 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value found
190 * @param {String} message (Optional) The message to display if the assertion
196 message) {
207 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value found in
218 * @param {String} message (Optional) The message to display if the assertion
223 indexOf : function (needle, haystack, index, message) {
231 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value
239 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value doesn't exist
250 * @param {String} message (Optional) The message to display if the assertion
256 message) {
262 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value should be
268 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Array should
277 YUITest.ComparisonFailure(YUITest.Assert._formatMessage(message,
294 * @param {String} message (Optional) The message to display if the assertion
301 comparator, message) {
313 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Array should
322 YUITest.ComparisonFailure(YUITest.Assert._formatMessage(message,
332 * @param {String} message (Optional) The message to display if the assertion
337 isEmpty : function (actual, message) {
340 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Array should be
348 * @param {String} message (Optional) The message to display if the assertion
353 isNotEmpty : function (actual, message) {
356 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Array should
368 * @param {String} message (Optional) The message to display if the assertion
374 message) {
380 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Array should
389 YUITest.ComparisonFailure(YUITest.Assert._formatMessage(message,
403 * @param {String} message (Optional) The message to display if the assertion
408 lastIndexOf : function (needle, haystack, index, message) {
414 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value
422 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Value doesn't exist