ESP-IDF
UnityConcludeTest()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UnityConcludeTest()
UnityConcludeTest() function
Syntax
Show:
Summary
Declaration
Definition
from
unity_internals.h:533
void
UnityConcludeTest
(
void
)
;
Implemented in
unity.c:545
Examples
References
from
examples
Code
Location
Referrer
void
UnityConcludeTest
(
void
)
unity.c:545
void
UnityConcludeTest
(
void
)
;
unity_internals.h:533
UnityConcludeTest
(
)
;
unity.c:2209
UnityDefaultTestRun()
UnityConcludeTest
(
)
;
unity_runner.c:76
unity_default_test_run()
Call Tree
from
examples
UnityConcludeTest()
is called by 2 functions and calls 4 functions:
UnityDefaultTestRun()
unity_default_test_run()
All items filtered out
UnityConcludeTest()
UnityPrint()
unity_flush()
unity_putc()
UnityTestResultsBegin()
All items filtered out
Data Use
from
examples
UnityConcludeTest()
reads 8 variables and writes 4 variables:
UNITY_STORAGE_T::TestFile
UNITY_STORAGE_T::CurrentTestLineNumber
UNITY_STORAGE_T::TestFailures
UNITY_STORAGE_T::TestIgnores
UNITY_STORAGE_T::CurrentTestFailed
UNITY_STORAGE_T::CurrentTestIgnored
Unity
UnityStrPass
All items filtered out
UnityConcludeTest()
UNITY_STORAGE_T::TestFailures
UNITY_STORAGE_T::TestIgnores
UNITY_STORAGE_T::CurrentTestFailed
UNITY_STORAGE_T::CurrentTestIgnored
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