#include <unity_internals.h>
Public Attributes | |
jmp_buf | AbortFrame |
const char * | CurrentDetail1 |
const char * | CurrentDetail2 |
UNITY_COUNTER_TYPE | CurrentTestFailed |
UNITY_COUNTER_TYPE | CurrentTestIgnored |
UNITY_LINE_TYPE | CurrentTestLineNumber |
const char * | CurrentTestName |
UNITY_COUNTER_TYPE | NumberOfTests |
UNITY_COUNTER_TYPE | TestFailures |
const char * | TestFile |
UNITY_COUNTER_TYPE | TestIgnores |
Definition at line 385 of file unity_internals.h.
jmp_buf UNITY_STORAGE_T::AbortFrame |
Definition at line 400 of file unity_internals.h.
const char* UNITY_STORAGE_T::CurrentDetail1 |
Definition at line 390 of file unity_internals.h.
const char* UNITY_STORAGE_T::CurrentDetail2 |
Definition at line 391 of file unity_internals.h.
UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed |
Definition at line 397 of file unity_internals.h.
UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored |
Definition at line 398 of file unity_internals.h.
UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber |
Definition at line 393 of file unity_internals.h.
const char* UNITY_STORAGE_T::CurrentTestName |
Definition at line 388 of file unity_internals.h.
UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests |
Definition at line 394 of file unity_internals.h.
UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures |
Definition at line 395 of file unity_internals.h.
const char* UNITY_STORAGE_T::TestFile |
Definition at line 387 of file unity_internals.h.
UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores |
Definition at line 396 of file unity_internals.h.