|
SAF
|
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 |
Definition at line 446 of file unity_internals.h.
| jmp_buf UNITY_STORAGE_T::AbortFrame |
Definition at line 465 of file unity_internals.h.
| const char* UNITY_STORAGE_T::CurrentDetail1 |
Definition at line 451 of file unity_internals.h.
| const char* UNITY_STORAGE_T::CurrentDetail2 |
Definition at line 452 of file unity_internals.h.
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed |
Definition at line 458 of file unity_internals.h.
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored |
Definition at line 459 of file unity_internals.h.
| UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber |
Definition at line 454 of file unity_internals.h.
| const char* UNITY_STORAGE_T::CurrentTestName |
Definition at line 449 of file unity_internals.h.
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests |
Definition at line 455 of file unity_internals.h.
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures |
Definition at line 456 of file unity_internals.h.
| const char* UNITY_STORAGE_T::TestFile |
Definition at line 448 of file unity_internals.h.
| UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores |
Definition at line 457 of file unity_internals.h.