ESP-IDF
UnityAssertNumbersArrayWithin()
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
UnityAssertNumbersArrayWithin()
UnityAssertNumbersArrayWithin() function
Syntax
Show:
Summary
Declaration
Definition
from
unity_internals.h:656
void
UnityAssertNumbersArrayWithin
(
const
UNITY_UINT
delta
,
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:1426
Arguments
Argument
Declared as
delta
const
UNITY_UINT
expected
UNITY_INTERNAL_PTR
actual
UNITY_INTERNAL_PTR
num_elements
const
UNITY_UINT32
msg
const
char
*
lineNumber
const
UNITY_LINE_TYPE
style
const
UNITY_DISPLAY_STYLE_T
flags
const
UNITY_FLAGS_T
Examples
References
from
examples
Code
Location
void
UnityAssertNumbersArrayWithin
(
const
UNITY_UINT
delta
,
unity.c:1426
void
UnityAssertNumbersArrayWithin
(
const
UNITY_UINT
delta
,
unity_internals.h:656
Call Tree
from
examples
UnityAssertNumbersArrayWithin()
calls 7 functions:
All items filtered out
UnityAssertNumbersArrayWithin()
UnityPrint()
unity_flush()
UnityPrintNumberByStyle()
UnityPrintNumberUnsigned()
UnityIsOneArrayNull()
UnityTestResultsFailBegin()
UnityAddMsgIfSpecified()
All items filtered out
Data Use
from
examples
UnityAssertNumbersArrayWithin()
reads 10 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
UnityStrDelta
UnityStrPointless
All items filtered out
UnityAssertNumbersArrayWithin()
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