ESP-IDF
UnityAssertEqualIntArray()
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
UnityAssertEqualIntArray()
UnityAssertEqualIntArray() function
Syntax
Show:
Summary
Declaration
Definition
from
unity_internals.h:609
void
UnityAssertEqualIntArray
(
UNITY_INTERNAL_PTR
expected
,
UNITY_INTERNAL_PTR
actual
,
const
UNITY_UINT32
num_elements
,
const
char
*
msg
,
const
UNITY_LINE_TYPE
lineNumber
,
const
UNITY_DISPLAY_STYLE_T
style
,
const
UNITY_FLAGS_T
flags
)
;
Implemented in
unity.c:780
Arguments
Argument
expected
actual
num_elements
msg
lineNumber
style
flags
Examples
References
from
examples
Code
Location
void
UnityAssertEqualIntArray
(
UNITY_INTERNAL_PTR
expected
,
unity.c:780
void
UnityAssertEqualIntArray
(
UNITY_INTERNAL_PTR
expected
,
unity_internals.h:609
Call Tree
from
examples
UnityAssertEqualIntArray()
calls 7 functions:
All items filtered out
UnityAssertEqualIntArray()
UnityPrint()
unity_flush()
UnityPrintNumberByStyle()
UnityPrintNumberUnsigned()
UnityIsOneArrayNull()
UnityTestResultsFailBegin()
UnityAddMsgIfSpecified()
All items filtered out
Data Use
from
examples
UnityAssertEqualIntArray()
reads 9 variables and writes 1 variable:
UNITY_FLAGS_T::UNITY_ARRAY_TO_ARRAY
UNITY_STORAGE_T::CurrentTestFailed
UNITY_STORAGE_T::CurrentTestIgnored
UNITY_STORAGE_T::AbortFrame
Unity
UnityStrExpected
UnityStrWas
UnityStrElement
UnityStrPointless
All items filtered out
UnityAssertEqualIntArray()
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