ContainerTracer  0.1
Data Fields
UNITY_STORAGE_T Struct Reference

#include <unity_internals.h>

Collaboration diagram for UNITY_STORAGE_T:
Collaboration graph

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
 

Field Documentation

◆ AbortFrame

jmp_buf UNITY_STORAGE_T::AbortFrame

◆ CurrentDetail1

const char* UNITY_STORAGE_T::CurrentDetail1

◆ CurrentDetail2

const char* UNITY_STORAGE_T::CurrentDetail2

◆ CurrentTestFailed

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed

◆ CurrentTestIgnored

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored

◆ CurrentTestLineNumber

UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber

◆ CurrentTestName

const char* UNITY_STORAGE_T::CurrentTestName

◆ NumberOfTests

UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests

◆ TestFailures

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures

◆ TestFile

const char* UNITY_STORAGE_T::TestFile

◆ TestIgnores

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores

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