SAF
Loading...
Searching...
No Matches
UNITY_STORAGE_T Struct Reference

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
 

Detailed Description

Definition at line 446 of file unity_internals.h.

Field Documentation

◆ AbortFrame

jmp_buf UNITY_STORAGE_T::AbortFrame

Definition at line 465 of file unity_internals.h.

◆ CurrentDetail1

const char* UNITY_STORAGE_T::CurrentDetail1

Definition at line 451 of file unity_internals.h.

◆ CurrentDetail2

const char* UNITY_STORAGE_T::CurrentDetail2

Definition at line 452 of file unity_internals.h.

◆ CurrentTestFailed

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed

Definition at line 458 of file unity_internals.h.

◆ CurrentTestIgnored

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored

Definition at line 459 of file unity_internals.h.

◆ CurrentTestLineNumber

UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber

Definition at line 454 of file unity_internals.h.

◆ CurrentTestName

const char* UNITY_STORAGE_T::CurrentTestName

Definition at line 449 of file unity_internals.h.

◆ NumberOfTests

UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests

Definition at line 455 of file unity_internals.h.

◆ TestFailures

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures

Definition at line 456 of file unity_internals.h.

◆ TestFile

const char* UNITY_STORAGE_T::TestFile

Definition at line 448 of file unity_internals.h.

◆ TestIgnores

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores

Definition at line 457 of file unity_internals.h.


The documentation for this struct was generated from the following file: