|
ContainerTracer
0.1
|
#include <unity_internals.h>

Data Fields | |
| const char * | TestFile |
| const char * | CurrentTestName |
| const char * | CurrentDetail1 |
| const char * | CurrentDetail2 |
| UNITY_LINE_TYPE | CurrentTestLineNumber |
| UNITY_COUNTER_TYPE | NumberOfTests |
| UNITY_COUNTER_TYPE | TestFailures |
| UNITY_COUNTER_TYPE | TestIgnores |
| UNITY_COUNTER_TYPE | CurrentTestFailed |
| UNITY_COUNTER_TYPE | CurrentTestIgnored |
| jmp_buf | AbortFrame |
| jmp_buf UNITY_STORAGE_T::AbortFrame |
| const char* UNITY_STORAGE_T::CurrentDetail1 |
| const char* UNITY_STORAGE_T::CurrentDetail2 |
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed |
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored |
| UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber |
| const char* UNITY_STORAGE_T::CurrentTestName |
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests |
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures |
| const char* UNITY_STORAGE_T::TestFile |
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores |
1.8.13