Lines Matching defs:msg

128 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\  argument
142 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
186 #define T_SKIP(msg, ...) do {\ argument
208 #define T_LOG(msg, ...) do {\ argument
214 #define T_PASS(msg, ...) do {\ argument
221 #define T_FAIL(msg, ...) do {\ argument
228 #define T_ASSERT_FAIL(msg, ...) do {\ argument
237 #define T_EXPECT(expr, msg, ...) do {\ argument
247 #define T_ASSERT(expr, msg, ...) do {\ argument
258 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ argument
270 #define T_EXPECT_NULL(expr, msg, ...) do {\ argument
282 #define T_ASSERT_NOTNULL(expr, msg, ...) do {\ argument
287 #define T_ASSERT_NULL(expr, msg, ...) do {\ argument
295 #define T_EXPECT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
307 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ argument
319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
324 #define T_ASSERT_NE_STR(lhs, rhs, msg, ...) do {\ argument
331 #define T_EXPECT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
333 #define T_EXPECT_NE_CHAR(lhs, rhs, msg, ...) \ argument
335 #define T_EXPECT_LT_CHAR(lhs, rhs, msg, ...) \ argument
337 #define T_EXPECT_GT_CHAR(lhs, rhs, msg, ...) \ argument
339 #define T_EXPECT_LE_CHAR(lhs, rhs, msg, ...) \ argument
341 #define T_EXPECT_GE_CHAR(lhs, rhs, msg, ...) \ argument
344 #define T_ASSERT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
346 #define T_ASSERT_NE_CHAR(lhs, rhs, msg, ...) \ argument
348 #define T_ASSERT_LT_CHAR(lhs, rhs, msg, ...) \ argument
350 #define T_ASSERT_GT_CHAR(lhs, rhs, msg, ...) \ argument
352 #define T_ASSERT_LE_CHAR(lhs, rhs, msg, ...) \ argument
354 #define T_ASSERT_GE_CHAR(lhs, rhs, msg, ...) \ argument
359 #define T_EXPECT_EQ_UCHAR(lhs, rhs, msg, ...) \ argument
361 #define T_EXPECT_NE_UCHAR(lhs, rhs, msg, ...) \ argument
363 #define T_EXPECT_LT_UCHAR(lhs, rhs, msg, ...) \ argument
365 #define T_EXPECT_GT_UCHAR(lhs, rhs, msg, ...) \ argument
367 #define T_EXPECT_LE_UCHAR(lhs, rhs, msg, ...) \ argument
369 #define T_EXPECT_GE_UCHAR(lhs, rhs, msg, ...) \ argument
372 #define T_ASSERT_EQ_UCHAR(lhs, rhs, msg, ...) \ argument
374 #define T_ASSERT_NE_UCHAR(lhs, rhs, msg, ...) \ argument
376 #define T_ASSERT_LT_UCHAR(lhs, rhs, msg, ...) \ argument
378 #define T_ASSERT_GT_UCHAR(lhs, rhs, msg, ...) \ argument
380 #define T_ASSERT_LE_UCHAR(lhs, rhs, msg, ...) \ argument
382 #define T_ASSERT_GE_UCHAR(lhs, rhs, msg, ...) \ argument
387 #define T_EXPECT_EQ_SHORT(lhs, rhs, msg, ...) \ argument
389 #define T_EXPECT_NE_SHORT(lhs, rhs, msg, ...) \ argument
391 #define T_EXPECT_LT_SHORT(lhs, rhs, msg, ...) \ argument
393 #define T_EXPECT_GT_SHORT(lhs, rhs, msg, ...) \ argument
395 #define T_EXPECT_LE_SHORT(lhs, rhs, msg, ...) \ argument
397 #define T_EXPECT_GE_SHORT(lhs, rhs, msg, ...) \ argument
400 #define T_ASSERT_EQ_SHORT(lhs, rhs, msg, ...) \ argument
402 #define T_ASSERT_NE_SHORT(lhs, rhs, msg, ...) \ argument
404 #define T_ASSERT_LT_SHORT(lhs, rhs, msg, ...) \ argument
406 #define T_ASSERT_GT_SHORT(lhs, rhs, msg, ...) \ argument
408 #define T_ASSERT_LE_SHORT(lhs, rhs, msg, ...) \ argument
410 #define T_ASSERT_GE_SHORT(lhs, rhs, msg, ...) \ argument
415 #define T_EXPECT_EQ_USHORT(lhs, rhs, msg, ...) \ argument
417 #define T_EXPECT_NE_USHORT(lhs, rhs, msg, ...) \ argument
419 #define T_EXPECT_LT_USHORT(lhs, rhs, msg, ...) \ argument
421 #define T_EXPECT_GT_USHORT(lhs, rhs, msg, ...) \ argument
423 #define T_EXPECT_LE_USHORT(lhs, rhs, msg, ...) \ argument
425 #define T_EXPECT_GE_USHORT(lhs, rhs, msg, ...) \ argument
428 #define T_ASSERT_EQ_USHORT(lhs, rhs, msg, ...) \ argument
430 #define T_ASSERT_NE_USHORT(lhs, rhs, msg, ...) \ argument
432 #define T_ASSERT_LT_USHORT(lhs, rhs, msg, ...) \ argument
434 #define T_ASSERT_GT_USHORT(lhs, rhs, msg, ...) \ argument
436 #define T_ASSERT_LE_USHORT(lhs, rhs, msg, ...) \ argument
438 #define T_ASSERT_GE_USHORT(lhs, rhs, msg, ...) \ argument
443 #define T_EXPECT_EQ_INT(lhs, rhs, msg, ...) \ argument
445 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ argument
447 #define T_EXPECT_LT_INT(lhs, rhs, msg, ...) \ argument
449 #define T_EXPECT_GT_INT(lhs, rhs, msg, ...) \ argument
451 #define T_EXPECT_LE_INT(lhs, rhs, msg, ...) \ argument
453 #define T_EXPECT_GE_INT(lhs, rhs, msg, ...) \ argument
456 #define T_ASSERT_EQ_INT(lhs, rhs, msg, ...) \ argument
458 #define T_ASSERT_NE_INT(lhs, rhs, msg, ...) \ argument
460 #define T_ASSERT_LT_INT(lhs, rhs, msg, ...) \ argument
462 #define T_ASSERT_GT_INT(lhs, rhs, msg, ...) \ argument
464 #define T_ASSERT_LE_INT(lhs, rhs, msg, ...) \ argument
466 #define T_ASSERT_GE_INT(lhs, rhs, msg, ...) \ argument
471 #define T_EXPECT_EQ_UINT(lhs, rhs, msg, ...) \ argument
473 #define T_EXPECT_NE_UINT(lhs, rhs, msg, ...) \ argument
475 #define T_EXPECT_LT_UINT(lhs, rhs, msg, ...) \ argument
477 #define T_EXPECT_GT_UINT(lhs, rhs, msg, ...) \ argument
479 #define T_EXPECT_LE_UINT(lhs, rhs, msg, ...) \ argument
481 #define T_EXPECT_GE_UINT(lhs, rhs, msg, ...) \ argument
484 #define T_ASSERT_EQ_UINT(lhs, rhs, msg, ...) \ argument
486 #define T_ASSERT_NE_UINT(lhs, rhs, msg, ...) \ argument
488 #define T_ASSERT_LT_UINT(lhs, rhs, msg, ...) \ argument
490 #define T_ASSERT_GT_UINT(lhs, rhs, msg, ...) \ argument
492 #define T_ASSERT_LE_UINT(lhs, rhs, msg, ...) \ argument
494 #define T_ASSERT_GE_UINT(lhs, rhs, msg, ...) \ argument
499 #define T_EXPECT_EQ_LONG(lhs, rhs, msg, ...) \ argument
501 #define T_EXPECT_NE_LONG(lhs, rhs, msg, ...) \ argument
503 #define T_EXPECT_LT_LONG(lhs, rhs, msg, ...) \ argument
505 #define T_EXPECT_GT_LONG(lhs, rhs, msg, ...) \ argument
507 #define T_EXPECT_LE_LONG(lhs, rhs, msg, ...) \ argument
509 #define T_EXPECT_GE_LONG(lhs, rhs, msg, ...) \ argument
512 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ argument
514 #define T_ASSERT_NE_LONG(lhs, rhs, msg, ...) \ argument
516 #define T_ASSERT_LT_LONG(lhs, rhs, msg, ...) \ argument
518 #define T_ASSERT_GT_LONG(lhs, rhs, msg, ...) \ argument
520 #define T_ASSERT_LE_LONG(lhs, rhs, msg, ...) \ argument
522 #define T_ASSERT_GE_LONG(lhs, rhs, msg, ...) \ argument
527 #define T_EXPECT_EQ_ULONG(lhs, rhs, msg, ...) \ argument
529 #define T_EXPECT_NE_ULONG(lhs, rhs, msg, ...) \ argument
531 #define T_EXPECT_LT_ULONG(lhs, rhs, msg, ...) \ argument
533 #define T_EXPECT_GT_ULONG(lhs, rhs, msg, ...) \ argument
535 #define T_EXPECT_LE_ULONG(lhs, rhs, msg, ...) \ argument
537 #define T_EXPECT_GE_ULONG(lhs, rhs, msg, ...) \ argument
540 #define T_ASSERT_EQ_ULONG(lhs, rhs, msg, ...) \ argument
542 #define T_ASSERT_NE_ULONG(lhs, rhs, msg, ...) \ argument
544 #define T_ASSERT_LT_ULONG(lhs, rhs, msg, ...) \ argument
546 #define T_ASSERT_GT_ULONG(lhs, rhs, msg, ...) \ argument
548 #define T_ASSERT_LE_ULONG(lhs, rhs, msg, ...) \ argument
550 #define T_ASSERT_GE_ULONG(lhs, rhs, msg, ...) \ argument
555 #define T_EXPECT_EQ_LLONG(lhs, rhs, msg, ...) \ argument
557 #define T_EXPECT_NE_LLONG(lhs, rhs, msg, ...) \ argument
559 #define T_EXPECT_LT_LLONG(lhs, rhs, msg, ...) \ argument
561 #define T_EXPECT_GT_LLONG(lhs, rhs, msg, ...) \ argument
563 #define T_EXPECT_LE_LLONG(lhs, rhs, msg, ...) \ argument
565 #define T_EXPECT_GE_LLONG(lhs, rhs, msg, ...) \ argument
568 #define T_ASSERT_EQ_LLONG(lhs, rhs, msg, ...) \ argument
570 #define T_ASSERT_NE_LLONG(lhs, rhs, msg, ...) \ argument
572 #define T_ASSERT_LT_LLONG(lhs, rhs, msg, ...) \ argument
574 #define T_ASSERT_GT_LLONG(lhs, rhs, msg, ...) \ argument
576 #define T_ASSERT_LE_LLONG(lhs, rhs, msg, ...) \ argument
578 #define T_ASSERT_GE_LLONG(lhs, rhs, msg, ...) \ argument
583 #define T_EXPECT_EQ_ULLONG(lhs, rhs, msg, ...) \ argument
585 #define T_EXPECT_NE_ULLONG(lhs, rhs, msg, ...) \ argument
587 #define T_EXPECT_LT_ULLONG(lhs, rhs, msg, ...) \ argument
589 #define T_EXPECT_GT_ULLONG(lhs, rhs, msg, ...) \ argument
591 #define T_EXPECT_LE_ULLONG(lhs, rhs, msg, ...) \ argument
593 #define T_EXPECT_GE_ULLONG(lhs, rhs, msg, ...) \ argument
596 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ argument
598 #define T_ASSERT_NE_ULLONG(lhs, rhs, msg, ...) \ argument
600 #define T_ASSERT_LT_ULLONG(lhs, rhs, msg, ...) \ argument
602 #define T_ASSERT_GT_ULLONG(lhs, rhs, msg, ...) \ argument
604 #define T_ASSERT_LE_ULLONG(lhs, rhs, msg, ...) \ argument
606 #define T_ASSERT_GE_ULLONG(lhs, rhs, msg, ...) \ argument
611 #define T_EXPECT_EQ_PTR(lhs, rhs, msg, ...) \ argument
613 #define T_EXPECT_NE_PTR(lhs, rhs, msg, ...) \ argument
615 #define T_EXPECT_LT_PTR(lhs, rhs, msg, ...) \ argument
617 #define T_EXPECT_GT_PTR(lhs, rhs, msg, ...) \ argument
619 #define T_EXPECT_LE_PTR(lhs, rhs, msg, ...) \ argument
621 #define T_EXPECT_GE_PTR(lhs, rhs, msg, ...) \ argument
624 #define T_ASSERT_EQ_PTR(lhs, rhs, msg, ...) \ argument
626 #define T_ASSERT_NE_PTR(lhs, rhs, msg, ...) \ argument
628 #define T_ASSERT_LT_PTR(lhs, rhs, msg, ...) \ argument
630 #define T_ASSERT_GT_PTR(lhs, rhs, msg, ...) \ argument
632 #define T_ASSERT_LE_PTR(lhs, rhs, msg, ...) \ argument
634 #define T_ASSERT_GE_PTR(lhs, rhs, msg, ...) \ argument