Lines Matching +full:- +full:error +full:- +full:asserts
4 [](https://t…
5 __Copyright (c) 2007 - 2017 Unity Project by Mike Karlesky, Mark VanderVoord, and Greg Williams__
8 -------------
15 --------------
28 --------------
30 There are times when a test will contain an infinite loop on error conditions, or there may be reas…
57 --------------------
81 ------------------------------
118 Asserts that the actual value is within plus or minus delta of the expected value. This also comes…
124 Asserts that the actual value is greater than the threshold. This also comes in size specific varia…
129 Asserts that the actual value is less than the threshold. This also comes in size specific variants.
133 ------
151 -----------------------------
167 Test a single bit and verify that it is high. The bit is specified 0-31 for a 32-bit integer.
171 Test a single bit and verify that it is low. The bit is specified 0-31 for a 32-bit integer.
174 ----------------------------
178 Asserts that the actual value is within plus or minus delta of the expected value.
183 Asserts that two floating point values are "equal" within a small % delta of the expected value.
186 -----------------
190 Compare two null-terminate strings. Fail if any character is different or if the lengths are diffe…
198 Compare two null-terminate strings. Fail if any character is different or if the lengths are diffe…
205 ------------------
218 -----------------
226 --------