XNU Image Fuzzer 1.8.2
Documentation for XNU Image Fuzzer
|
Asserts a condition and logs a custom message upon failure.
Asserts a condition and logs a custom message upon failure.Use the AssertWithMessage
macro to assert conditions and provide immediate feedback with a custom message if the condition is false. This macro logs the assertion and message before performing a standard assert.
condition | The condition to evaluate. |
message | The custom message to log if the assertion fails. |
: