ESP-IDF
UNITY_STORAGE_T
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
UNITY_STORAGE_T
UNITY_STORAGE_T struct
Syntax
Show:
Summary
Declaration
from
unity_internals.h:501
struct
UNITY_STORAGE_T
{
const
char
*
TestFile
;
const
char
*
CurrentTestName
;
#ifndef
UNITY_EXCLUDE_DETAILS
const
char
*
CurrentDetail1
;
const
char
*
CurrentDetail2
;
#endif
UNITY_LINE_TYPE
CurrentTestLineNumber
;
UNITY_COUNTER_TYPE
NumberOfTests
;
UNITY_COUNTER_TYPE
TestFailures
;
UNITY_COUNTER_TYPE
TestIgnores
;
UNITY_COUNTER_TYPE
CurrentTestFailed
;
UNITY_COUNTER_TYPE
CurrentTestIgnored
;
#ifdef
UNITY_INCLUDE_EXEC_TIME
UNITY_TIME_TYPE
CurrentTestStartTime
;
UNITY_TIME_TYPE
CurrentTestStopTime
;
#endif
#ifndef
UNITY_EXCLUDE_SETJMP_H
jmp_buf
AbortFrame
;
#endif
}
;
Fields
Field
Declared as
UNITY_STORAGE_T::TestFile
const
char
*
UNITY_STORAGE_T::CurrentTestName
const
char
*
UNITY_STORAGE_T::CurrentDetail1
const
char
*
UNITY_STORAGE_T::CurrentDetail2
const
char
*
UNITY_STORAGE_T::CurrentTestLineNumber
UNITY_LINE_TYPE
UNITY_STORAGE_T::NumberOfTests
UNITY_COUNTER_TYPE
UNITY_STORAGE_T::TestFailures
UNITY_COUNTER_TYPE
UNITY_STORAGE_T::TestIgnores
UNITY_COUNTER_TYPE
UNITY_STORAGE_T::CurrentTestFailed
UNITY_COUNTER_TYPE
UNITY_STORAGE_T::CurrentTestIgnored
UNITY_COUNTER_TYPE
UNITY_STORAGE_T::AbortFrame
jmp_buf
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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