ESP-IDF
UnityFail()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UnityFail()
UnityFail() function
Syntax
Show:
Summary
Declaration
Definition
from
unity_internals.h:666
UNITY_NORETURN
void
UnityFail
(
const
char
*
message
,
const
UNITY_LINE_TYPE
line
)
;
Implemented in
unity.c:2123
Arguments
Argument
message
line
Examples
References
from
examples
Code
Location
Referrer
void
UnityFail
(
const
char
*
msg
,
const
UNITY_LINE_TYPE
line
)
unity.c:2123
UNITY_NORETURN
void
UnityFail
(
const
char
*
message
,
const
UNITY_LINE_TYPE
line
)
;
unity_internals.h:666
TEST_ASSERT_TRUE
(
esp_ptr_in_iram
(
post_cache_disable
)
)
;
unity_utils_cache.c:16
unity_utils_run_cache_disable_stub()
TEST_ASSERT_NOT_NULL_MESSAGE
(
thandle
,
"unity_utils_task_delete: handle is NULL"
)
;
unity_utils_freertos.c:46
unity_utils_task_delete()
TEST_ASSERT_NOT_EQUAL_MESSAGE
(
thandle
,
xTaskGetCurrentTaskHandle
(
)
,
"unity_utils_task_delete: handle is of currently executing task"
)
;
unity_utils_freertos.c:47
unity_utils_task_delete()
TEST_ASSERT_MESSAGE
(
leaked
<=
threshold
,
"The test leaked too much memory"
)
;
unity_utils_memory.c:42
unity_utils_check_leak()
Call Tree
from
examples
UnityFail()
is called by 3 functions and calls 4 functions:
unity_utils_task_delete()
unity_utils_run_cache_disable_stub()
unity_utils_check_leak()
All items filtered out
UnityFail()
UnityPrint()
unity_flush()
unity_putc()
UnityTestResultsBegin()
All items filtered out
Data Use
from
examples
UnityFail()
reads 11 variables and writes 1 variable:
UNITY_STORAGE_T::TestFile
UNITY_STORAGE_T::CurrentDetail1
UNITY_STORAGE_T::CurrentDetail2
UNITY_STORAGE_T::CurrentTestFailed
UNITY_STORAGE_T::CurrentTestIgnored
UNITY_STORAGE_T::AbortFrame
Unity
UnityStrFail
UnityStrDetail1Name
UnityStrDetail2Name
UnityStrSpacer
All items filtered out
UnityFail()
UNITY_STORAGE_T::CurrentTestFailed
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out