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

#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
 

Detailed Description

Definition at line 492 of file unity_internals.h.

Field Documentation

◆ AbortFrame

jmp_buf AbortFrame

Definition at line 511 of file unity_internals.h.

◆ CurrentDetail1

const char* CurrentDetail1

Definition at line 497 of file unity_internals.h.

◆ CurrentDetail2

const char* CurrentDetail2

Definition at line 498 of file unity_internals.h.

◆ CurrentTestFailed

UNITY_COUNTER_TYPE CurrentTestFailed

Definition at line 504 of file unity_internals.h.

◆ CurrentTestIgnored

UNITY_COUNTER_TYPE CurrentTestIgnored

Definition at line 505 of file unity_internals.h.

◆ CurrentTestLineNumber

UNITY_LINE_TYPE CurrentTestLineNumber

Definition at line 500 of file unity_internals.h.

◆ CurrentTestName

const char* CurrentTestName

Definition at line 495 of file unity_internals.h.

◆ NumberOfTests

UNITY_COUNTER_TYPE NumberOfTests

Definition at line 501 of file unity_internals.h.

◆ TestFailures

UNITY_COUNTER_TYPE TestFailures

Definition at line 502 of file unity_internals.h.

◆ TestFile

const char* TestFile

Definition at line 494 of file unity_internals.h.

◆ TestIgnores

UNITY_COUNTER_TYPE TestIgnores

Definition at line 503 of file unity_internals.h.


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