Lines Matching defs:msg

127 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\  argument
141 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
185 #define T_SKIP(msg, ...) do {\ argument
207 #define T_LOG(msg, ...) do {\ argument
213 #define T_PASS(msg, ...) do {\ argument
220 #define T_FAIL(msg, ...) do {\ argument
227 #define T_ASSERT_FAIL(msg, ...) do {\ argument
236 #define T_EXPECT(expr, msg, ...) do {\ argument
246 #define T_ASSERT(expr, msg, ...) do {\ argument
257 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ argument
269 #define T_EXPECT_NULL(expr, msg, ...) do {\ argument
281 #define T_ASSERT_NOTNULL(expr, msg, ...) do {\ argument
286 #define T_ASSERT_NULL(expr, msg, ...) do {\ argument
294 #define T_EXPECT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
306 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ argument
318 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
323 #define T_ASSERT_NE_STR(lhs, rhs, msg, ...) do {\ argument
330 #define T_EXPECT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
332 #define T_EXPECT_NE_CHAR(lhs, rhs, msg, ...) \ argument
334 #define T_EXPECT_LT_CHAR(lhs, rhs, msg, ...) \ argument
336 #define T_EXPECT_GT_CHAR(lhs, rhs, msg, ...) \ argument
338 #define T_EXPECT_LE_CHAR(lhs, rhs, msg, ...) \ argument
340 #define T_EXPECT_GE_CHAR(lhs, rhs, msg, ...) \ argument
343 #define T_ASSERT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
345 #define T_ASSERT_NE_CHAR(lhs, rhs, msg, ...) \ argument
347 #define T_ASSERT_LT_CHAR(lhs, rhs, msg, ...) \ argument
349 #define T_ASSERT_GT_CHAR(lhs, rhs, msg, ...) \ argument
351 #define T_ASSERT_LE_CHAR(lhs, rhs, msg, ...) \ argument
353 #define T_ASSERT_GE_CHAR(lhs, rhs, msg, ...) \ argument
358 #define T_EXPECT_EQ_UCHAR(lhs, rhs, msg, ...) \ argument
360 #define T_EXPECT_NE_UCHAR(lhs, rhs, msg, ...) \ argument
362 #define T_EXPECT_LT_UCHAR(lhs, rhs, msg, ...) \ argument
364 #define T_EXPECT_GT_UCHAR(lhs, rhs, msg, ...) \ argument
366 #define T_EXPECT_LE_UCHAR(lhs, rhs, msg, ...) \ argument
368 #define T_EXPECT_GE_UCHAR(lhs, rhs, msg, ...) \ argument
371 #define T_ASSERT_EQ_UCHAR(lhs, rhs, msg, ...) \ argument
373 #define T_ASSERT_NE_UCHAR(lhs, rhs, msg, ...) \ argument
375 #define T_ASSERT_LT_UCHAR(lhs, rhs, msg, ...) \ argument
377 #define T_ASSERT_GT_UCHAR(lhs, rhs, msg, ...) \ argument
379 #define T_ASSERT_LE_UCHAR(lhs, rhs, msg, ...) \ argument
381 #define T_ASSERT_GE_UCHAR(lhs, rhs, msg, ...) \ argument
386 #define T_EXPECT_EQ_SHORT(lhs, rhs, msg, ...) \ argument
388 #define T_EXPECT_NE_SHORT(lhs, rhs, msg, ...) \ argument
390 #define T_EXPECT_LT_SHORT(lhs, rhs, msg, ...) \ argument
392 #define T_EXPECT_GT_SHORT(lhs, rhs, msg, ...) \ argument
394 #define T_EXPECT_LE_SHORT(lhs, rhs, msg, ...) \ argument
396 #define T_EXPECT_GE_SHORT(lhs, rhs, msg, ...) \ argument
399 #define T_ASSERT_EQ_SHORT(lhs, rhs, msg, ...) \ argument
401 #define T_ASSERT_NE_SHORT(lhs, rhs, msg, ...) \ argument
403 #define T_ASSERT_LT_SHORT(lhs, rhs, msg, ...) \ argument
405 #define T_ASSERT_GT_SHORT(lhs, rhs, msg, ...) \ argument
407 #define T_ASSERT_LE_SHORT(lhs, rhs, msg, ...) \ argument
409 #define T_ASSERT_GE_SHORT(lhs, rhs, msg, ...) \ argument
414 #define T_EXPECT_EQ_USHORT(lhs, rhs, msg, ...) \ argument
416 #define T_EXPECT_NE_USHORT(lhs, rhs, msg, ...) \ argument
418 #define T_EXPECT_LT_USHORT(lhs, rhs, msg, ...) \ argument
420 #define T_EXPECT_GT_USHORT(lhs, rhs, msg, ...) \ argument
422 #define T_EXPECT_LE_USHORT(lhs, rhs, msg, ...) \ argument
424 #define T_EXPECT_GE_USHORT(lhs, rhs, msg, ...) \ argument
427 #define T_ASSERT_EQ_USHORT(lhs, rhs, msg, ...) \ argument
429 #define T_ASSERT_NE_USHORT(lhs, rhs, msg, ...) \ argument
431 #define T_ASSERT_LT_USHORT(lhs, rhs, msg, ...) \ argument
433 #define T_ASSERT_GT_USHORT(lhs, rhs, msg, ...) \ argument
435 #define T_ASSERT_LE_USHORT(lhs, rhs, msg, ...) \ argument
437 #define T_ASSERT_GE_USHORT(lhs, rhs, msg, ...) \ argument
442 #define T_EXPECT_EQ_INT(lhs, rhs, msg, ...) \ argument
444 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ argument
446 #define T_EXPECT_LT_INT(lhs, rhs, msg, ...) \ argument
448 #define T_EXPECT_GT_INT(lhs, rhs, msg, ...) \ argument
450 #define T_EXPECT_LE_INT(lhs, rhs, msg, ...) \ argument
452 #define T_EXPECT_GE_INT(lhs, rhs, msg, ...) \ argument
455 #define T_ASSERT_EQ_INT(lhs, rhs, msg, ...) \ argument
457 #define T_ASSERT_NE_INT(lhs, rhs, msg, ...) \ argument
459 #define T_ASSERT_LT_INT(lhs, rhs, msg, ...) \ argument
461 #define T_ASSERT_GT_INT(lhs, rhs, msg, ...) \ argument
463 #define T_ASSERT_LE_INT(lhs, rhs, msg, ...) \ argument
465 #define T_ASSERT_GE_INT(lhs, rhs, msg, ...) \ argument
470 #define T_EXPECT_EQ_UINT(lhs, rhs, msg, ...) \ argument
472 #define T_EXPECT_NE_UINT(lhs, rhs, msg, ...) \ argument
474 #define T_EXPECT_LT_UINT(lhs, rhs, msg, ...) \ argument
476 #define T_EXPECT_GT_UINT(lhs, rhs, msg, ...) \ argument
478 #define T_EXPECT_LE_UINT(lhs, rhs, msg, ...) \ argument
480 #define T_EXPECT_GE_UINT(lhs, rhs, msg, ...) \ argument
483 #define T_ASSERT_EQ_UINT(lhs, rhs, msg, ...) \ argument
485 #define T_ASSERT_NE_UINT(lhs, rhs, msg, ...) \ argument
487 #define T_ASSERT_LT_UINT(lhs, rhs, msg, ...) \ argument
489 #define T_ASSERT_GT_UINT(lhs, rhs, msg, ...) \ argument
491 #define T_ASSERT_LE_UINT(lhs, rhs, msg, ...) \ argument
493 #define T_ASSERT_GE_UINT(lhs, rhs, msg, ...) \ argument
498 #define T_EXPECT_EQ_LONG(lhs, rhs, msg, ...) \ argument
500 #define T_EXPECT_NE_LONG(lhs, rhs, msg, ...) \ argument
502 #define T_EXPECT_LT_LONG(lhs, rhs, msg, ...) \ argument
504 #define T_EXPECT_GT_LONG(lhs, rhs, msg, ...) \ argument
506 #define T_EXPECT_LE_LONG(lhs, rhs, msg, ...) \ argument
508 #define T_EXPECT_GE_LONG(lhs, rhs, msg, ...) \ argument
511 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ argument
513 #define T_ASSERT_NE_LONG(lhs, rhs, msg, ...) \ argument
515 #define T_ASSERT_LT_LONG(lhs, rhs, msg, ...) \ argument
517 #define T_ASSERT_GT_LONG(lhs, rhs, msg, ...) \ argument
519 #define T_ASSERT_LE_LONG(lhs, rhs, msg, ...) \ argument
521 #define T_ASSERT_GE_LONG(lhs, rhs, msg, ...) \ argument
526 #define T_EXPECT_EQ_ULONG(lhs, rhs, msg, ...) \ argument
528 #define T_EXPECT_NE_ULONG(lhs, rhs, msg, ...) \ argument
530 #define T_EXPECT_LT_ULONG(lhs, rhs, msg, ...) \ argument
532 #define T_EXPECT_GT_ULONG(lhs, rhs, msg, ...) \ argument
534 #define T_EXPECT_LE_ULONG(lhs, rhs, msg, ...) \ argument
536 #define T_EXPECT_GE_ULONG(lhs, rhs, msg, ...) \ argument
539 #define T_ASSERT_EQ_ULONG(lhs, rhs, msg, ...) \ argument
541 #define T_ASSERT_NE_ULONG(lhs, rhs, msg, ...) \ argument
543 #define T_ASSERT_LT_ULONG(lhs, rhs, msg, ...) \ argument
545 #define T_ASSERT_GT_ULONG(lhs, rhs, msg, ...) \ argument
547 #define T_ASSERT_LE_ULONG(lhs, rhs, msg, ...) \ argument
549 #define T_ASSERT_GE_ULONG(lhs, rhs, msg, ...) \ argument
554 #define T_EXPECT_EQ_LLONG(lhs, rhs, msg, ...) \ argument
556 #define T_EXPECT_NE_LLONG(lhs, rhs, msg, ...) \ argument
558 #define T_EXPECT_LT_LLONG(lhs, rhs, msg, ...) \ argument
560 #define T_EXPECT_GT_LLONG(lhs, rhs, msg, ...) \ argument
562 #define T_EXPECT_LE_LLONG(lhs, rhs, msg, ...) \ argument
564 #define T_EXPECT_GE_LLONG(lhs, rhs, msg, ...) \ argument
567 #define T_ASSERT_EQ_LLONG(lhs, rhs, msg, ...) \ argument
569 #define T_ASSERT_NE_LLONG(lhs, rhs, msg, ...) \ argument
571 #define T_ASSERT_LT_LLONG(lhs, rhs, msg, ...) \ argument
573 #define T_ASSERT_GT_LLONG(lhs, rhs, msg, ...) \ argument
575 #define T_ASSERT_LE_LLONG(lhs, rhs, msg, ...) \ argument
577 #define T_ASSERT_GE_LLONG(lhs, rhs, msg, ...) \ argument
582 #define T_EXPECT_EQ_ULLONG(lhs, rhs, msg, ...) \ argument
584 #define T_EXPECT_NE_ULLONG(lhs, rhs, msg, ...) \ argument
586 #define T_EXPECT_LT_ULLONG(lhs, rhs, msg, ...) \ argument
588 #define T_EXPECT_GT_ULLONG(lhs, rhs, msg, ...) \ argument
590 #define T_EXPECT_LE_ULLONG(lhs, rhs, msg, ...) \ argument
592 #define T_EXPECT_GE_ULLONG(lhs, rhs, msg, ...) \ argument
595 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ argument
597 #define T_ASSERT_NE_ULLONG(lhs, rhs, msg, ...) \ argument
599 #define T_ASSERT_LT_ULLONG(lhs, rhs, msg, ...) \ argument
601 #define T_ASSERT_GT_ULLONG(lhs, rhs, msg, ...) \ argument
603 #define T_ASSERT_LE_ULLONG(lhs, rhs, msg, ...) \ argument
605 #define T_ASSERT_GE_ULLONG(lhs, rhs, msg, ...) \ argument
610 #define T_EXPECT_EQ_PTR(lhs, rhs, msg, ...) \ argument
612 #define T_EXPECT_NE_PTR(lhs, rhs, msg, ...) \ argument
614 #define T_EXPECT_LT_PTR(lhs, rhs, msg, ...) \ argument
616 #define T_EXPECT_GT_PTR(lhs, rhs, msg, ...) \ argument
618 #define T_EXPECT_LE_PTR(lhs, rhs, msg, ...) \ argument
620 #define T_EXPECT_GE_PTR(lhs, rhs, msg, ...) \ argument
623 #define T_ASSERT_EQ_PTR(lhs, rhs, msg, ...) \ argument
625 #define T_ASSERT_NE_PTR(lhs, rhs, msg, ...) \ argument
627 #define T_ASSERT_LT_PTR(lhs, rhs, msg, ...) \ argument
629 #define T_ASSERT_GT_PTR(lhs, rhs, msg, ...) \ argument
631 #define T_ASSERT_LE_PTR(lhs, rhs, msg, ...) \ argument
633 #define T_ASSERT_GE_PTR(lhs, rhs, msg, ...) \ argument