ESP-IDF
UnityAssertWithinDoubleArray()
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
UnityAssertWithinDoubleArray()
UnityAssertWithinDoubleArray() function
Syntax
Show:
Summary
Declaration
Definition
from
unity_internals.h:727
void
UnityAssertWithinDoubleArray
(
const
UNITY_DOUBLE
delta
,
UNITY_PTR_ATTRIBUTE
const
UNITY_DOUBLE
*
expected
,
UNITY_PTR_ATTRIBUTE
const
UNITY_DOUBLE
*
actual
,
const
UNITY_UINT32
num_elements
,
const
char
*
msg
,
const
UNITY_LINE_TYPE
lineNumber
,
const
UNITY_FLAGS_T
flags
)
;
Implemented in
unity.c:1160
Arguments
Argument
delta
expected
actual
num_elements
msg
lineNumber
flags
Examples
References
from
examples
Code
Location
void
UnityAssertWithinDoubleArray
(
const
UNITY_DOUBLE
delta
,
unity.c:1160
void
UnityAssertWithinDoubleArray
(
const
UNITY_DOUBLE
delta
,
unity_internals.h:727
Call Tree
from
examples
UnityAssertWithinDoubleArray()
calls 8 functions:
All items filtered out
UnityAssertWithinDoubleArray()
UnityPrint()
unity_flush()
UnityPrintNumberUnsigned()
UnityPrintFloat()
UnityIsOneArrayNull()
UnityTestResultsFailBegin()
UnityAddMsgIfSpecified()
UnityDoublesWithin()
All items filtered out
Data Use
from
examples
UnityAssertWithinDoubleArray()
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
UnityAssertWithinDoubleArray()
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