ESP-IDF
UnityIsOneArrayNull()
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
UnityIsOneArrayNull()
UnityIsOneArrayNull() function
Syntax
Show:
Summary
Declaration
from
unity.c:656
static
int
UnityIsOneArrayNull
(
UNITY_INTERNAL_PTR
expected
,
UNITY_INTERNAL_PTR
actual
,
const
UNITY_LINE_TYPE
lineNumber
,
const
char
*
msg
)
;
Arguments
Argument
expected
actual
lineNumber
msg
Examples
References
from
examples
Code
Location
Referrer
static
int
UnityIsOneArrayNull
(
UNITY_INTERNAL_PTR
expected
,
unity.c:656
if
(
UnityIsOneArrayNull
(
expected
,
actual
,
lineNumber
,
msg
)
)
unity.c:808
UnityAssertEqualIntArray()
if
(
UnityIsOneArrayNull
(
(
UNITY_INTERNAL_PTR
)
expected
,
(
UNITY_INTERNAL_PTR
)
actual
,
lineNumber
,
msg
)
)
unity.c:973
UnityAssertWithinFloatArray()
if
(
UnityIsOneArrayNull
(
(
UNITY_INTERNAL_PTR
)
expected
,
(
UNITY_INTERNAL_PTR
)
actual
,
lineNumber
,
msg
)
)
unity.c:1201
UnityAssertWithinDoubleArray()
if
(
UnityIsOneArrayNull
(
expected
,
actual
,
lineNumber
,
msg
)
)
unity.c:1455
UnityAssertNumbersArrayWithin()
if
(
UnityIsOneArrayNull
(
(
UNITY_INTERNAL_PTR
)
expected
,
(
UNITY_INTERNAL_PTR
)
actual
,
lineNumber
,
msg
)
)
unity.c:1698
UnityAssertEqualStringArray()
if
(
UnityIsOneArrayNull
(
expected
,
actual
,
lineNumber
,
msg
)
)
unity.c:1785
UnityAssertEqualMemory()
Call Tree
from
examples
UnityIsOneArrayNull()
is called by 6 functions and calls 3 functions:
UnityAssertEqualIntArray()
UnityAssertWithinFloatArray()
UnityAssertWithinDoubleArray()
UnityAssertNumbersArrayWithin()
UnityAssertEqualStringArray()
UnityAssertEqualMemory()
All items filtered out
UnityIsOneArrayNull()
UnityPrint()
UnityTestResultsFailBegin()
UnityAddMsgIfSpecified()
All items filtered out
Data Use
from
examples
UnityIsOneArrayNull()
reads 2 variables:
UnityStrNullPointerForExpected
UnityStrNullPointerForActual
All items filtered out
UnityIsOneArrayNull()
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