Lines Matching defs:void
60 void setUp(void) in setUp() argument
66 void tearDown(void) in tearDown() argument
82 void testUnitySizeInitializationReminder(void) in testUnitySizeInitializationReminder() argument
132 void testPassShouldEndImmediatelyWithPass(void) in testPassShouldEndImmediatelyWithPass() argument
138 void testTrue(void) in testTrue() argument
145 void testFalse(void) in testFalse() argument
152 void testPreviousPass(void) in testPreviousPass() argument
157 void testNotVanilla(void) in testNotVanilla() argument
164 void testNotTrue(void) in testNotTrue() argument
171 void testNotFalse(void) in testNotFalse() argument
178 void testNotUnless(void) in testNotUnless() argument
185 void testNotNotEqual(void) in testNotNotEqual() argument
192 void testFail(void) in testFail() argument
199 void testIsNull(void) in testIsNull() argument
208 void testIsNullShouldFailIfNot(void) in testIsNullShouldFailIfNot() argument
217 void testNotNullShouldFailIfNULL(void) in testNotNullShouldFailIfNULL() argument
226 void testIgnore(void) in testIgnore() argument
234 void testIgnoreMessage(void) in testIgnoreMessage() argument
242 void testNotEqualInts(void) in testNotEqualInts() argument
249 void testNotEqualInt8s(void) in testNotEqualInt8s() argument
256 void testNotEqualInt16s(void) in testNotEqualInt16s() argument
263 void testNotEqualInt32s(void) in testNotEqualInt32s() argument
270 void testNotEqualBits(void) in testNotEqualBits() argument
277 void testNotEqualUInts(void) in testNotEqualUInts() argument
289 void testNotEqualUInt8s(void) in testNotEqualUInt8s() argument
301 void testNotEqualUInt16s(void) in testNotEqualUInt16s() argument
313 void testNotEqualUInt32s(void) in testNotEqualUInt32s() argument
325 void testNotEqualHex8s(void) in testNotEqualHex8s() argument
337 void testNotEqualHex8sIfSigned(void) in testNotEqualHex8sIfSigned() argument
349 void testNotEqualHex16s(void) in testNotEqualHex16s() argument
361 void testNotEqualHex16sIfSigned(void) in testNotEqualHex16sIfSigned() argument
373 void testNotEqualHex32s(void) in testNotEqualHex32s() argument
385 void testNotEqualHex32sIfSigned(void) in testNotEqualHex32sIfSigned() argument
397 void testEqualInts(void) in testEqualInts() argument
417 void testEqualInt8s(void) in testEqualInt8s() argument
436 void testEqualInt8sWhenThereAreDifferencesOutside8Bits(void) in testEqualInt8sWhenThereAreDifferencesOutside8Bits() argument
442 void testEqualInt16s(void) in testEqualInt16s() argument
461 void testEqualInt16sNegatives(void) in testEqualInt16sNegatives() argument
480 void testEqualInt16sWhenThereAreDifferencesOutside16Bits(void) in testEqualInt16sWhenThereAreDifferencesOutside16Bits() argument
486 void testEqualInt32s(void) in testEqualInt32s() argument
505 void testEqualInt32sNegatives(void) in testEqualInt32sNegatives() argument
525 void testEqualUints(void) in testEqualUints() argument
546 void testEqualUint8s(void) in testEqualUint8s() argument
565 void testEqualUint8sWhenThereAreDifferencesOutside8Bits(void) in testEqualUint8sWhenThereAreDifferencesOutside8Bits() argument
571 void testEqualUint16s(void) in testEqualUint16s() argument
590 void testEqualUint16sWhenThereAreDifferencesOutside16Bits(void) in testEqualUint16sWhenThereAreDifferencesOutside16Bits() argument
596 void testEqualUint32s(void) in testEqualUint32s() argument
615 void testNotEqual(void) in testNotEqual() argument
626 void testEqualHex8s(void) in testEqualHex8s() argument
645 void testEqualHex8sWhenThereAreDifferencesOutside8Bits(void) in testEqualHex8sWhenThereAreDifferencesOutside8Bits() argument
651 void testEqualHex8sNegatives(void) in testEqualHex8sNegatives() argument
670 void testEqualHex16s(void) in testEqualHex16s() argument
689 void testEqualHex16sWhenThereAreDifferencesOutside16Bits(void) in testEqualHex16sWhenThereAreDifferencesOutside16Bits() argument
695 void testEqualHex32s(void) in testEqualHex32s() argument
714 void testEqualBits(void) in testEqualBits() argument
730 void testNotEqualBitHigh(void) in testNotEqualBitHigh() argument
739 void testNotEqualBitLow(void) in testNotEqualBitLow() argument
748 void testNotEqualBitsHigh(void) in testNotEqualBitsHigh() argument
759 void testNotEqualBitsLow(void) in testNotEqualBitsLow() argument
770 void testEqualShorts(void) in testEqualShorts() argument
790 void testEqualUShorts(void) in testEqualUShorts() argument
810 void testEqualChars(void) in testEqualChars() argument
830 void testEqualUChars(void) in testEqualUChars() argument
849 void testEqualPointers(void) in testEqualPointers() argument
866 void testNotEqualPointers(void) in testNotEqualPointers() argument
873 void testIntsWithinDelta(void) in testIntsWithinDelta() argument
885 void testIntsWithinDeltaAndCustomMessage(void) in testIntsWithinDeltaAndCustomMessage() argument
897 void testIntsNotWithinDelta(void) in testIntsNotWithinDelta() argument
904 void testIntsNotWithinDeltaAndCustomMessage(void) in testIntsNotWithinDeltaAndCustomMessage() argument
911 void testUIntsWithinDelta(void) in testUIntsWithinDelta() argument
918 void testUIntsWithinDeltaAndCustomMessage(void) in testUIntsWithinDeltaAndCustomMessage() argument
925 void testUIntsNotWithinDelta(void) in testUIntsNotWithinDelta() argument
932 void testUIntsNotWithinDeltaAndCustomMessage(void) in testUIntsNotWithinDeltaAndCustomMessage() argument
939 void testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirst(void) in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirst() argument
946 void testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirstAndCustomMessage(void) in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirstAndCustomMessage() argument
953 void testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirst(void) in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirst() argument
960 void testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirstAndCustomMessage(void) in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirstAndCustomMessage() argument
967 void testHEX32sWithinDelta(void) in testHEX32sWithinDelta() argument
974 void testHEX32sWithinDeltaAndCustomMessage(void) in testHEX32sWithinDeltaAndCustomMessage() argument
981 void testHEX32sNotWithinDelta(void) in testHEX32sNotWithinDelta() argument
988 void testHEX32sNotWithinDeltaAndCustomMessage(void) in testHEX32sNotWithinDeltaAndCustomMessage() argument
995 void testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPass(void) in testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPass() argument
1002 void testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage(void) in testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage() argument
1009 void testHEX16sWithinDelta(void) in testHEX16sWithinDelta() argument
1016 void testHEX16sWithinDeltaAndCustomMessage(void) in testHEX16sWithinDeltaAndCustomMessage() argument
1023 void testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits(void) in testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits() argument
1028 void testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage(void) in testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage() argument
1033 void testHEX16sNotWithinDelta(void) in testHEX16sNotWithinDelta() argument
1040 void testHEX16sNotWithinDeltaAndCustomMessage(void) in testHEX16sNotWithinDeltaAndCustomMessage() argument
1047 void testHEX8sWithinDelta(void) in testHEX8sWithinDelta() argument
1054 void testHEX8sWithinDeltaAndCustomMessage(void) in testHEX8sWithinDeltaAndCustomMessage() argument
1061 void testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits(void) in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() argument
1066 void testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage(void) in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() argument
1071 void testHEX8sNotWithinDelta(void) in testHEX8sNotWithinDelta() argument
1078 void testHEX8sNotWithinDeltaAndCustomMessage(void) in testHEX8sNotWithinDeltaAndCustomMessage() argument
1087 void testUINT32sWithinDelta(void) in testUINT32sWithinDelta() argument
1094 void testUINT32sWithinDeltaAndCustomMessage(void) in testUINT32sWithinDeltaAndCustomMessage() argument
1101 void testUINT32sNotWithinDelta(void) in testUINT32sNotWithinDelta() argument
1108 void testUINT32sNotWithinDeltaAndCustomMessage(void) in testUINT32sNotWithinDeltaAndCustomMessage() argument
1115 void testUINT32sNotWithinDeltaEvenThoughASignedIntWouldPass(void) in testUINT32sNotWithinDeltaEvenThoughASignedIntWouldPass() argument
1122 void testUINT32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage(void) in testUINT32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage() argument
1129 void testUINT16sWithinDelta(void) in testUINT16sWithinDelta() argument
1136 void testUINT16sWithinDeltaAndCustomMessage(void) in testUINT16sWithinDeltaAndCustomMessage() argument
1143 void testUINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits(void) in testUINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits() argument
1148 void testUINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage(void) in testUINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage() argument
1153 void testUINT16sNotWithinDelta(void) in testUINT16sNotWithinDelta() argument
1160 void testUINT16sNotWithinDeltaAndCustomMessage(void) in testUINT16sNotWithinDeltaAndCustomMessage() argument
1167 void testUINT8sWithinDelta(void) in testUINT8sWithinDelta() argument
1174 void testUINT8sWithinDeltaAndCustomMessage(void) in testUINT8sWithinDeltaAndCustomMessage() argument
1181 void testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits(void) in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() argument
1186 void testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage(void) in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() argument
1191 void testUINT8sNotWithinDelta(void) in testUINT8sNotWithinDelta() argument
1198 void testUINT8sNotWithinDeltaAndCustomMessage(void) in testUINT8sNotWithinDeltaAndCustomMessage() argument
1205 void testINT32sWithinDelta(void) in testINT32sWithinDelta() argument
1212 void testINT32sWithinDeltaAndCustomMessage(void) in testINT32sWithinDeltaAndCustomMessage() argument
1217 void testINT32sNotWithinDelta(void) in testINT32sNotWithinDelta() argument
1224 void testINT32sNotWithinDeltaAndDifferenceOverflows(void) in testINT32sNotWithinDeltaAndDifferenceOverflows() argument
1230 void testINT32sNotWithinDeltaAndCustomMessage(void) in testINT32sNotWithinDeltaAndCustomMessage() argument
1237 void testINT16sWithinDelta(void) in testINT16sWithinDelta() argument
1244 void testINT16sWithinDeltaAndCustomMessage(void) in testINT16sWithinDeltaAndCustomMessage() argument
1249 void testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits(void) in testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16Bits() argument
1254 void testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage(void) in testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage() argument
1259 void testINT16sNotWithinDelta(void) in testINT16sNotWithinDelta() argument
1266 void testINT16sNotWithinDeltaAndCustomMessage(void) in testINT16sNotWithinDeltaAndCustomMessage() argument
1273 void testINT8sWithinDelta(void) in testINT8sWithinDelta() argument
1280 void testINT8sWithinDeltaAndCustomMessage(void) in testINT8sWithinDeltaAndCustomMessage() argument
1285 void testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits(void) in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() argument
1290 void testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage(void) in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() argument
1295 void testINT8sNotWithinDelta(void) in testINT8sNotWithinDelta() argument
1302 void testINT8sNotWithinDeltaAndCustomMessage(void) in testINT8sNotWithinDeltaAndCustomMessage() argument
1311 void testGreaterThan(void) in testGreaterThan() argument
1327 void testGreaterThanINT(void) in testGreaterThanINT() argument
1344 void testGreaterThanINT8(void) in testGreaterThanINT8() argument
1360 void testGreaterThanINT16(void) in testGreaterThanINT16() argument
1376 void testGreaterThanINT32(void) in testGreaterThanINT32() argument
1392 void testGreaterThanUINT(void) in testGreaterThanUINT() argument
1409 void testGreaterThanUINT8(void) in testGreaterThanUINT8() argument
1425 void testGreaterThanUINT16(void) in testGreaterThanUINT16() argument
1441 void testGreaterThanUINT32(void) in testGreaterThanUINT32() argument
1457 void testGreaterThanHEX8(void) in testGreaterThanHEX8() argument
1473 void testGreaterThanHEX16(void) in testGreaterThanHEX16() argument
1489 void testGreaterThanHEX32(void) in testGreaterThanHEX32() argument
1506 void testNotGreaterThan(void) in testNotGreaterThan() argument
1513 void testLessThan(void) in testLessThan() argument
1529 void testLessThanINT(void) in testLessThanINT() argument
1546 void testLessThanINT8(void) in testLessThanINT8() argument
1562 void testLessThanINT16(void) in testLessThanINT16() argument
1578 void testLessThanINT32(void) in testLessThanINT32() argument
1594 void testLessThanUINT(void) in testLessThanUINT() argument
1611 void testLessThanUINT8(void) in testLessThanUINT8() argument
1627 void testLessThanUINT16(void) in testLessThanUINT16() argument
1643 void testLessThanUINT32(void) in testLessThanUINT32() argument
1659 void testLessThanHEX8(void) in testLessThanHEX8() argument
1675 void testLessThanHEX16(void) in testLessThanHEX16() argument
1691 void testLessThanHEX32(void) in testLessThanHEX32() argument
1708 void testNotLessThan(void) in testNotLessThan() argument
1718 void testEqualStrings(void) in testEqualStrings() argument
1729 void testEqualStringsLen(void) in testEqualStringsLen() argument
1739 void testEqualStringsWithCarriageReturnsAndLineFeeds(void) in testEqualStringsWithCarriageReturnsAndLineFeeds() argument
1750 void testNotEqualString1(void) in testNotEqualString1() argument
1757 void testNotEqualStringLen1(void) in testNotEqualStringLen1() argument
1764 void testNotEqualString2(void) in testNotEqualString2() argument
1771 void testNotEqualStringLen2(void) in testNotEqualStringLen2() argument
1778 void testNotEqualString3(void) in testNotEqualString3() argument
1785 void testNotEqualStringLen3(void) in testNotEqualStringLen3() argument
1792 void testNotEqualString4(void) in testNotEqualString4() argument
1799 void testNotEqualStringLen4(void) in testNotEqualStringLen4() argument
1806 void testNotEqualString5(void) in testNotEqualString5() argument
1815 void testNotEqualString_ExpectedStringIsNull(void) in testNotEqualString_ExpectedStringIsNull() argument
1822 void testNotEqualStringLen_ExpectedStringIsNull(void) in testNotEqualStringLen_ExpectedStringIsNull() argument
1829 void testNotEqualString_ActualStringIsNull(void) in testNotEqualString_ActualStringIsNull() argument
1836 void testNotEqualStringLen_ActualStringIsNull(void) in testNotEqualStringLen_ActualStringIsNull() argument
1843 void testEqualStringArrays(void) in testEqualStringArrays() argument
1854 void testNotEqualStringArray1(void) in testNotEqualStringArray1() argument
1864 void testNotEqualStringArray2(void) in testNotEqualStringArray2() argument
1874 void testNotEqualStringArray3(void) in testNotEqualStringArray3() argument
1884 void testNotEqualStringArray4(void) in testNotEqualStringArray4() argument
1894 void testNotEqualStringArray5(void) in testNotEqualStringArray5() argument
1904 void testNotEqualStringArray6(void) in testNotEqualStringArray6() argument
1914 void testEqualStringArrayIfBothNulls(void) in testEqualStringArrayIfBothNulls() argument
1922 void testNotEqualStringArrayLengthZero(void) in testNotEqualStringArrayLengthZero() argument
1932 void testEqualStringEachEqual(void) in testEqualStringEachEqual() argument
1944 void testNotEqualStringEachEqual1(void) in testNotEqualStringEachEqual1() argument
1953 void testNotEqualStringEachEqual2(void) in testNotEqualStringEachEqual2() argument
1962 void testNotEqualStringEachEqual3(void) in testNotEqualStringEachEqual3() argument
1971 void testNotEqualStringEachEqual4(void) in testNotEqualStringEachEqual4() argument
1980 void testNotEqualStringEachEqual5(void) in testNotEqualStringEachEqual5() argument
1987 void testEqualMemory(void) in testEqualMemory() argument
1999 void testNotEqualMemory1(void) in testNotEqualMemory1() argument
2006 void testNotEqualMemory2(void) in testNotEqualMemory2() argument
2013 void testNotEqualMemory3(void) in testNotEqualMemory3() argument
2020 void testNotEqualMemory4(void) in testNotEqualMemory4() argument
2027 void testNotEqualMemoryLengthZero(void) in testNotEqualMemoryLengthZero() argument
2034 void testEqualIntArrays(void) in testEqualIntArrays() argument
2049 void testNotEqualIntArraysNullExpected(void) in testNotEqualIntArraysNullExpected() argument
2059 void testNotEqualIntArraysNullActual(void) in testNotEqualIntArraysNullActual() argument
2069 void testNotEqualIntArrays1(void) in testNotEqualIntArrays1() argument
2079 void testNotEqualIntArrays2(void) in testNotEqualIntArrays2() argument
2089 void testNotEqualIntArrays3(void) in testNotEqualIntArrays3() argument
2099 void testNotEqualIntArraysLengthZero(void) in testNotEqualIntArraysLengthZero() argument
2109 void testEqualIntEachEqual(void) in testEqualIntEachEqual() argument
2123 void testNotEqualIntEachEqualNullActual(void) in testNotEqualIntEachEqualNullActual() argument
2132 void testNotEqualIntEachEqual1(void) in testNotEqualIntEachEqual1() argument
2141 void testNotEqualIntEachEqual2(void) in testNotEqualIntEachEqual2() argument
2150 void testNotEqualIntEachEqual3(void) in testNotEqualIntEachEqual3() argument
2159 void testNotEqualEachEqualLengthZero(void) in testNotEqualEachEqualLengthZero() argument
2168 void testEqualPtrArrays(void) in testEqualPtrArrays() argument
2185 void testNotEqualPtrArraysNullExpected(void) in testNotEqualPtrArraysNullExpected() argument
2197 void testNotEqualPtrArraysNullActual(void) in testNotEqualPtrArraysNullActual() argument
2209 void testNotEqualPtrArrays1(void) in testNotEqualPtrArrays1() argument
2222 void testNotEqualPtrArrays2(void) in testNotEqualPtrArrays2() argument
2235 void testNotEqualPtrArrays3(void) in testNotEqualPtrArrays3() argument
2248 void testEqualPtrEachEqual(void) in testEqualPtrEachEqual() argument
2265 void testNotEqualPtrEachEqualNullExpected(void) in testNotEqualPtrEachEqualNullExpected() argument
2276 void testNotEqualPtrEachEqualNullActual(void) in testNotEqualPtrEachEqualNullActual() argument
2286 void testNotEqualPtrEachEqual1(void) in testNotEqualPtrEachEqual1() argument
2297 void testNotEqualPtrEachEqual2(void) in testNotEqualPtrEachEqual2() argument
2308 void testNotEqualPtrEachEqual3(void) in testNotEqualPtrEachEqual3() argument
2319 void testEqualInt8Arrays(void) in testEqualInt8Arrays() argument
2333 void testNotEqualInt8Arrays(void) in testNotEqualInt8Arrays() argument
2343 void testEqualInt8EachEqual(void) in testEqualInt8EachEqual() argument
2357 void testNotEqualInt8EachEqual(void) in testNotEqualInt8EachEqual() argument
2366 void testEqualUIntArrays(void) in testEqualUIntArrays() argument
2380 void testNotEqualUIntArrays1(void) in testNotEqualUIntArrays1() argument
2390 void testNotEqualUIntArrays2(void) in testNotEqualUIntArrays2() argument
2400 void testNotEqualUIntArrays3(void) in testNotEqualUIntArrays3() argument
2410 void testEqualUIntEachEqual(void) in testEqualUIntEachEqual() argument
2424 void testNotEqualUIntEachEqual1(void) in testNotEqualUIntEachEqual1() argument
2433 void testNotEqualUIntEachEqual2(void) in testNotEqualUIntEachEqual2() argument
2442 void testNotEqualUIntEachEqual3(void) in testNotEqualUIntEachEqual3() argument
2451 void testEqualInt16Arrays(void) in testEqualInt16Arrays() argument
2465 void testNotEqualInt16Arrays(void) in testNotEqualInt16Arrays() argument
2475 void testEqualInt16EachEqual(void) in testEqualInt16EachEqual() argument
2489 void testNotEqualInt16EachEqual(void) in testNotEqualInt16EachEqual() argument
2498 void testEqualInt32Arrays(void) in testEqualInt32Arrays() argument
2512 void testNotEqualInt32Arrays(void) in testNotEqualInt32Arrays() argument
2522 void testEqualInt32EachEqual(void) in testEqualInt32EachEqual() argument
2536 void testNotEqualInt32EachEqual(void) in testNotEqualInt32EachEqual() argument
2545 void testEqualUINT8Arrays(void) in testEqualUINT8Arrays() argument
2559 void testNotEqualUINT8Arrays1(void) in testNotEqualUINT8Arrays1() argument
2569 void testNotEqualUINT8Arrays2(void) in testNotEqualUINT8Arrays2() argument
2579 void testNotEqualUINT8Arrays3(void) in testNotEqualUINT8Arrays3() argument
2590 void testEqualUINT16Arrays(void) in testEqualUINT16Arrays() argument
2604 void testNotEqualUINT16Arrays1(void) in testNotEqualUINT16Arrays1() argument
2614 void testNotEqualUINT16Arrays2(void) in testNotEqualUINT16Arrays2() argument
2624 void testNotEqualUINT16Arrays3(void) in testNotEqualUINT16Arrays3() argument
2634 void testEqualUINT32Arrays(void) in testEqualUINT32Arrays() argument
2648 void testNotEqualUINT32Arrays1(void) in testNotEqualUINT32Arrays1() argument
2658 void testNotEqualUINT32Arrays2(void) in testNotEqualUINT32Arrays2() argument
2668 void testNotEqualUINT32Arrays3(void) in testNotEqualUINT32Arrays3() argument
2678 void testEqualHEXArrays(void) in testEqualHEXArrays() argument
2692 void testNotEqualHEXArrays1(void) in testNotEqualHEXArrays1() argument
2702 void testNotEqualHEXArrays2(void) in testNotEqualHEXArrays2() argument
2712 void testNotEqualHEXArrays3(void) in testNotEqualHEXArrays3() argument
2722 void testEqualHEX32Arrays(void) in testEqualHEX32Arrays() argument
2736 void testNotEqualHEX32Arrays1(void) in testNotEqualHEX32Arrays1() argument
2746 void testNotEqualHEX32Arrays2(void) in testNotEqualHEX32Arrays2() argument
2756 void testNotEqualHEX32Arrays3(void) in testNotEqualHEX32Arrays3() argument
2766 void testEqualHEX16Arrays(void) in testEqualHEX16Arrays() argument
2780 void testNotEqualHEX16Arrays1(void) in testNotEqualHEX16Arrays1() argument
2790 void testNotEqualHEX16Arrays2(void) in testNotEqualHEX16Arrays2() argument
2800 void testNotEqualHEX16Arrays3(void) in testNotEqualHEX16Arrays3() argument
2810 void testEqualHEX8Arrays(void) in testEqualHEX8Arrays() argument
2824 void testNotEqualHEX8Arrays1(void) in testNotEqualHEX8Arrays1() argument
2834 void testNotEqualHEX8Arrays2(void) in testNotEqualHEX8Arrays2() argument
2844 void testNotEqualHEX8Arrays3(void) in testNotEqualHEX8Arrays3() argument
2854 void testEqualUINT8EachEqual(void) in testEqualUINT8EachEqual() argument
2868 void testNotEqualUINT8EachEqual1(void) in testNotEqualUINT8EachEqual1() argument
2877 void testNotEqualUINT8EachEqual2(void) in testNotEqualUINT8EachEqual2() argument
2886 void testNotEqualUINT8EachEqual3(void) in testNotEqualUINT8EachEqual3() argument
2895 void testEqualUINT16EachEqual(void) in testEqualUINT16EachEqual() argument
2909 void testNotEqualUINT16EachEqual1(void) in testNotEqualUINT16EachEqual1() argument
2918 void testNotEqualUINT16EachEqual2(void) in testNotEqualUINT16EachEqual2() argument
2927 void testNotEqualUINT16EachEqual3(void) in testNotEqualUINT16EachEqual3() argument
2936 void testEqualUINT32EachEqual(void) in testEqualUINT32EachEqual() argument
2950 void testNotEqualUINT32EachEqual1(void) in testNotEqualUINT32EachEqual1() argument
2959 void testNotEqualUINT32EachEqual2(void) in testNotEqualUINT32EachEqual2() argument
2968 void testNotEqualUINT32EachEqual3(void) in testNotEqualUINT32EachEqual3() argument
2977 void testEqualHEXEachEqual(void) in testEqualHEXEachEqual() argument
2991 void testNotEqualHEXEachEqual1(void) in testNotEqualHEXEachEqual1() argument
3000 void testNotEqualHEXEachEqual2(void) in testNotEqualHEXEachEqual2() argument
3009 void testNotEqualHEXEachEqual3(void) in testNotEqualHEXEachEqual3() argument
3018 void testEqualHEX32EachEqual(void) in testEqualHEX32EachEqual() argument
3032 void testNotEqualHEX32EachEqual1(void) in testNotEqualHEX32EachEqual1() argument
3041 void testNotEqualHEX32EachEqual2(void) in testNotEqualHEX32EachEqual2() argument
3050 void testNotEqualHEX32EachEqual3(void) in testNotEqualHEX32EachEqual3() argument
3059 void testEqualHEX16EachEqual(void) in testEqualHEX16EachEqual() argument
3073 void testNotEqualHEX16EachEqual1(void) in testNotEqualHEX16EachEqual1() argument
3082 void testNotEqualHEX16EachEqual2(void) in testNotEqualHEX16EachEqual2() argument
3091 void testNotEqualHEX16EachEqual3(void) in testNotEqualHEX16EachEqual3() argument
3100 void testEqualHEX8EachEqual(void) in testEqualHEX8EachEqual() argument
3114 void testNotEqualHEX8EachEqual1(void) in testNotEqualHEX8EachEqual1() argument
3123 void testNotEqualHEX8EachEqual2(void) in testNotEqualHEX8EachEqual2() argument
3132 void testNotEqualHEX8EachEqual3(void) in testNotEqualHEX8EachEqual3() argument
3141 void testEqualMemoryArrays(void) in testEqualMemoryArrays() argument
3155 void testNotEqualMemoryArraysExpectedNull(void) in testNotEqualMemoryArraysExpectedNull() argument
3165 void testNotEqualMemoryArraysActualNull(void) in testNotEqualMemoryArraysActualNull() argument
3175 void testNotEqualMemoryArrays1(void) in testNotEqualMemoryArrays1() argument
3185 void testNotEqualMemoryArrays2(void) in testNotEqualMemoryArrays2() argument
3195 void testNotEqualMemoryArrays3(void) in testNotEqualMemoryArrays3() argument
3205 void testEqualMemoryEachEqual(void) in testEqualMemoryEachEqual() argument
3220 void testNotEqualMemoryEachEqualExpectedNull(void) in testNotEqualMemoryEachEqualExpectedNull() argument
3230 void testNotEqualMemoryEachEqualActualNull(void) in testNotEqualMemoryEachEqualActualNull() argument
3240 void testNotEqualMemoryEachEqual1(void) in testNotEqualMemoryEachEqual1() argument
3250 void testNotEqualMemoryEachEqual2(void) in testNotEqualMemoryEachEqual2() argument
3260 void testNotEqualMemoryEachEqual3(void) in testNotEqualMemoryEachEqual3() argument
3270 void testProtection(void) in testProtection() argument
3288 void testIgnoredAndThenFailInTearDown(void) in testIgnoredAndThenFailInTearDown() argument
3312 void startPutcharSpy(void) {indexSpyBuffer = 0; putcharSpyEnabled = 1;} in startPutcharSpy() argument
3314 void endPutcharSpy(void) {putcharSpyEnabled = 0;} in endPutcharSpy() argument
3316 char* getBufferPutcharSpy(void) in getBufferPutcharSpy() argument
3338 void testFailureCountIncrementsAndIsReturnedAtEnd(void) in testFailureCountIncrementsAndIsReturnedAtEnd() argument
3354 void testCstringsEscapeSequence(void) in testCstringsEscapeSequence() argument
3366 void testHexPrintsUpToMaxNumberOfNibbles(void) in testHexPrintsUpToMaxNumberOfNibbles() argument
3388 void testPrintNumbers32(void) in testPrintNumbers32() argument
3402 void testPrintNumbersUnsigned32(void) in testPrintNumbersUnsigned32() argument
3417 void testPrintNumbersInt64(void) in testPrintNumbersInt64() argument
3433 void testPrintNumbersUInt64(void) in testPrintNumbersUInt64() argument
3449 void testEqualHex64s(void) in testEqualHex64s() argument
3472 void testEqualUint64s(void) in testEqualUint64s() argument
3495 void testEqualInt64s(void) in testEqualInt64s() argument
3519 void testNotEqualHex64s(void) in testNotEqualHex64s() argument
3535 void testNotEqualUint64s(void) in testNotEqualUint64s() argument
3551 void testNotEqualInt64s(void) in testNotEqualInt64s() argument
3567 void testNotEqualHex64sIfSigned(void) in testNotEqualHex64sIfSigned() argument
3583 void testHEX64sWithinDelta(void) in testHEX64sWithinDelta() argument
3594 void testHEX64sNotWithinDelta(void) in testHEX64sNotWithinDelta() argument
3605 void testHEX64sNotWithinDeltaEvenThoughASignedIntWouldPass(void) in testHEX64sNotWithinDeltaEvenThoughASignedIntWouldPass() argument
3616 void testUINT64sWithinDelta(void) in testUINT64sWithinDelta() argument
3627 void testUINT64sNotWithinDelta(void) in testUINT64sNotWithinDelta() argument
3638 void testUINT64sNotWithinDeltaEvenThoughASignedIntWouldPass(void) in testUINT64sNotWithinDeltaEvenThoughASignedIntWouldPass() argument
3649 void testINT64sWithinDelta(void) in testINT64sWithinDelta() argument
3660 void testINT64sNotWithinDelta(void) in testINT64sNotWithinDelta() argument
3671 void testINT64sNotWithinDeltaAndDifferenceOverflows(void) in testINT64sNotWithinDeltaAndDifferenceOverflows() argument
3682 void testEqualHEX64Arrays(void) in testEqualHEX64Arrays() argument
3700 void testEqualUint64Arrays(void) in testEqualUint64Arrays() argument
3718 void testEqualInt64Arrays(void) in testEqualInt64Arrays() argument
3737 void testNotEqualHEX64Arrays1(void) in testNotEqualHEX64Arrays1() argument
3751 void testNotEqualHEX64Arrays2(void) in testNotEqualHEX64Arrays2() argument
3765 void testNotEqualUint64Arrays(void) in testNotEqualUint64Arrays() argument
3779 void testNotEqualInt64Arrays(void) in testNotEqualInt64Arrays() argument
3794 void testFloatsWithinDelta(void) in testFloatsWithinDelta() argument
3806 void testFloatsNotWithinDelta(void) in testFloatsNotWithinDelta() argument
3817 void testFloatsEqual(void) in testFloatsEqual() argument
3829 void testFloatsNotEqual(void) in testFloatsNotEqual() argument
3840 void testFloatsNotEqualNegative1(void) in testFloatsNotEqualNegative1() argument
3851 void testFloatsNotEqualNegative2(void) in testFloatsNotEqualNegative2() argument
3862 void testFloatsNotEqualActualNaN(void) in testFloatsNotEqualActualNaN() argument
3873 void testFloatsNotEqualExpectedNaN(void) in testFloatsNotEqualExpectedNaN() argument
3884 void testFloatsEqualBothNaN(void) in testFloatsEqualBothNaN() argument
3893 void testFloatsNotEqualInfNaN(void) in testFloatsNotEqualInfNaN() argument
3904 void testFloatsNotEqualNaNInf(void) in testFloatsNotEqualNaNInf() argument
3915 void testFloatsNotEqualActualInf(void) in testFloatsNotEqualActualInf() argument
3926 void testFloatsNotEqualExpectedInf(void) in testFloatsNotEqualExpectedInf() argument
3937 void testFloatsEqualBothInf(void) in testFloatsEqualBothInf() argument
3946 void testFloatsNotEqualPlusMinusInf(void) in testFloatsNotEqualPlusMinusInf() argument
3957 void testFloatIsPosInf1(void) in testFloatIsPosInf1() argument
3966 void testFloatIsPosInf2(void) in testFloatIsPosInf2() argument
3977 void testFloatIsNegInf1(void) in testFloatIsNegInf1() argument
3986 void testFloatIsNegInf2(void) in testFloatIsNegInf2() argument
3997 void testFloatIsNotPosInf1(void) in testFloatIsNotPosInf1() argument
4008 void testFloatIsNotPosInf2(void) in testFloatIsNotPosInf2() argument
4017 void testFloatIsNotNegInf(void) in testFloatIsNotNegInf() argument
4028 void testFloatIsNan1(void) in testFloatIsNan1() argument
4037 void testFloatIsNan2(void) in testFloatIsNan2() argument
4048 void testFloatIsNotNan1(void) in testFloatIsNotNan1() argument
4059 void testFloatIsNotNan2(void) in testFloatIsNotNan2() argument
4068 void testFloatInfIsNotNan(void) in testFloatInfIsNotNan() argument
4079 void testFloatNanIsNotInf(void) in testFloatNanIsNotInf() argument
4090 void testFloatIsDeterminate1(void) in testFloatIsDeterminate1() argument
4101 void testFloatIsDeterminate2(void) in testFloatIsDeterminate2() argument
4112 void testFloatIsNotDeterminate1(void) in testFloatIsNotDeterminate1() argument
4123 void testFloatIsNotDeterminate2(void) in testFloatIsNotDeterminate2() argument
4134 void testFloatTraitFailsOnInvalidTrait(void) in testFloatTraitFailsOnInvalidTrait() argument
4146 void testEqualFloatArrays(void) in testEqualFloatArrays() argument
4165 void testNotEqualFloatArraysExpectedNull(void) in testNotEqualFloatArraysExpectedNull() argument
4179 void testNotEqualFloatArraysActualNull(void) in testNotEqualFloatArraysActualNull() argument
4193 void testNotEqualFloatArrays1(void) in testNotEqualFloatArrays1() argument
4207 void testNotEqualFloatArrays2(void) in testNotEqualFloatArrays2() argument
4221 void testNotEqualFloatArrays3(void) in testNotEqualFloatArrays3() argument
4235 void testNotEqualFloatArraysNegative1(void) in testNotEqualFloatArraysNegative1() argument
4249 void testNotEqualFloatArraysNegative2(void) in testNotEqualFloatArraysNegative2() argument
4263 void testNotEqualFloatArraysNegative3(void) in testNotEqualFloatArraysNegative3() argument
4277 void testEqualFloatArraysNaN(void) in testEqualFloatArraysNaN() argument
4289 void testEqualFloatArraysInf(void) in testEqualFloatArraysInf() argument
4301 void testNotEqualFloatArraysLengthZero(void) in testNotEqualFloatArraysLengthZero() argument
4315 void testEqualFloatEachEqual(void) in testEqualFloatEachEqual() argument
4333 void testNotEqualFloatEachEqualActualNull(void) in testNotEqualFloatEachEqualActualNull() argument
4346 void testNotEqualFloatEachEqual1(void) in testNotEqualFloatEachEqual1() argument
4359 void testNotEqualFloatEachEqual2(void) in testNotEqualFloatEachEqual2() argument
4372 void testNotEqualFloatEachEqual3(void) in testNotEqualFloatEachEqual3() argument
4385 void testNotEqualFloatEachEqualNegative1(void) in testNotEqualFloatEachEqualNegative1() argument
4398 void testNotEqualFloatEachEqualNegative2(void) in testNotEqualFloatEachEqualNegative2() argument
4411 void testNotEqualFloatEachEqualNegative3(void) in testNotEqualFloatEachEqualNegative3() argument
4424 void testEqualFloatEachEqualNaN(void) in testEqualFloatEachEqualNaN() argument
4435 void testEqualFloatEachEqualInf(void) in testEqualFloatEachEqualInf() argument
4446 void testNotEqualFloatEachEqualLengthZero(void) in testNotEqualFloatEachEqualLengthZero() argument
4464 void testFloatPrinting(void) in testFloatPrinting() argument
4512 void testFloatPrintingInfinityAndNaN(void) in testFloatPrintingInfinityAndNaN() argument
4557 void testFloatPrintingRandomSamples(void) in testFloatPrintingRandomSamples() argument
4585 void testDoublesWithinDelta(void) in testDoublesWithinDelta() argument
4597 void testDoublesNotWithinDelta(void) in testDoublesNotWithinDelta() argument
4609 void testDoublesEqual(void) in testDoublesEqual() argument
4621 void testDoublesNotEqual(void) in testDoublesNotEqual() argument
4632 void testDoublesNotEqualNegative1(void) in testDoublesNotEqualNegative1() argument
4643 void testDoublesNotEqualNegative2(void) in testDoublesNotEqualNegative2() argument
4654 void testDoublesNotEqualActualNaN(void) in testDoublesNotEqualActualNaN() argument
4665 void testDoublesNotEqualExpectedNaN(void) in testDoublesNotEqualExpectedNaN() argument
4676 void testDoublesEqualBothNaN(void) in testDoublesEqualBothNaN() argument
4685 void testDoublesNotEqualInfNaN(void) in testDoublesNotEqualInfNaN() argument
4696 void testDoublesNotEqualNaNInf(void) in testDoublesNotEqualNaNInf() argument
4707 void testDoublesNotEqualActualInf(void) in testDoublesNotEqualActualInf() argument
4718 void testDoublesNotEqualExpectedInf(void) in testDoublesNotEqualExpectedInf() argument
4729 void testDoublesEqualBothInf(void) in testDoublesEqualBothInf() argument
4738 void testDoublesNotEqualPlusMinusInf(void) in testDoublesNotEqualPlusMinusInf() argument
4749 void testDoubleIsPosInf1(void) in testDoubleIsPosInf1() argument
4758 void testDoubleIsPosInf2(void) in testDoubleIsPosInf2() argument
4769 void testDoubleIsNegInf1(void) in testDoubleIsNegInf1() argument
4778 void testDoubleIsNegInf2(void) in testDoubleIsNegInf2() argument
4789 void testDoubleIsNotPosInf1(void) in testDoubleIsNotPosInf1() argument
4800 void testDoubleIsNotPosInf2(void) in testDoubleIsNotPosInf2() argument
4809 void testDoubleIsNotNegInf(void) in testDoubleIsNotNegInf() argument
4820 void testDoubleIsNan1(void) in testDoubleIsNan1() argument
4829 void testDoubleIsNan2(void) in testDoubleIsNan2() argument
4840 void testDoubleIsNotNan1(void) in testDoubleIsNotNan1() argument
4851 void testDoubleIsNotNan2(void) in testDoubleIsNotNan2() argument
4860 void testDoubleInfIsNotNan(void) in testDoubleInfIsNotNan() argument
4871 void testDoubleNanIsNotInf(void) in testDoubleNanIsNotInf() argument
4882 void testDoubleIsDeterminate1(void) in testDoubleIsDeterminate1() argument
4893 void testDoubleIsDeterminate2(void) in testDoubleIsDeterminate2() argument
4904 void testDoubleIsNotDeterminate1(void) in testDoubleIsNotDeterminate1() argument
4915 void testDoubleIsNotDeterminate2(void) in testDoubleIsNotDeterminate2() argument
4926 void testDoubleTraitFailsOnInvalidTrait(void) in testDoubleTraitFailsOnInvalidTrait() argument
4937 void testEqualDoubleArrays(void) in testEqualDoubleArrays() argument
4956 void testNotEqualDoubleArraysExpectedNull(void) in testNotEqualDoubleArraysExpectedNull() argument
4970 void testNotEqualDoubleArraysActualNull(void) in testNotEqualDoubleArraysActualNull() argument
4984 void testNotEqualDoubleArrays1(void) in testNotEqualDoubleArrays1() argument
4998 void testNotEqualDoubleArrays2(void) in testNotEqualDoubleArrays2() argument
5012 void testNotEqualDoubleArrays3(void) in testNotEqualDoubleArrays3() argument
5026 void testNotEqualDoubleArraysNegative1(void) in testNotEqualDoubleArraysNegative1() argument
5040 void testNotEqualDoubleArraysNegative2(void) in testNotEqualDoubleArraysNegative2() argument
5054 void testNotEqualDoubleArraysNegative3(void) in testNotEqualDoubleArraysNegative3() argument
5068 void testEqualDoubleArraysNaN(void) in testEqualDoubleArraysNaN() argument
5080 void testEqualDoubleArraysInf(void) in testEqualDoubleArraysInf() argument
5092 void testNotEqualDoubleArraysLengthZero(void) in testNotEqualDoubleArraysLengthZero() argument
5106 void testEqualDoubleEachEqual(void) in testEqualDoubleEachEqual() argument
5124 void testNotEqualDoubleEachEqualActualNull(void) in testNotEqualDoubleEachEqualActualNull() argument
5137 void testNotEqualDoubleEachEqual1(void) in testNotEqualDoubleEachEqual1() argument
5150 void testNotEqualDoubleEachEqual2(void) in testNotEqualDoubleEachEqual2() argument
5163 void testNotEqualDoubleEachEqual3(void) in testNotEqualDoubleEachEqual3() argument
5176 void testNotEqualDoubleEachEqualNegative1(void) in testNotEqualDoubleEachEqualNegative1() argument
5189 void testNotEqualDoubleEachEqualNegative2(void) in testNotEqualDoubleEachEqualNegative2() argument
5202 void testNotEqualDoubleEachEqualNegative3(void) in testNotEqualDoubleEachEqualNegative3() argument
5215 void testEqualDoubleEachEqualNaN(void) in testEqualDoubleEachEqualNaN() argument
5226 void testEqualDoubleEachEqualInf(void) in testEqualDoubleEachEqualInf() argument
5237 void testNotEqualDoubleEachEqualLengthZero(void) in testNotEqualDoubleEachEqualLengthZero() argument
5250 void testDoublePrinting(void) in testDoublePrinting() argument
5272 void testDoublePrintingInfinityAndNaN(void) in testDoublePrintingInfinityAndNaN() argument
5286 void testThatDetailsCanBeHandleOneDetail(void) in testThatDetailsCanBeHandleOneDetail() argument
5299 void testThatDetailsCanHandleTestFail(void) in testThatDetailsCanHandleTestFail() argument
5312 void testThatDetailsCanBeHandleTwoDetails(void) in testThatDetailsCanBeHandleTwoDetails() argument
5325 void testThatDetailsCanBeHandleSingleDetailClearingTwoDetails(void) in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails() argument