ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
Loading...
Searching...
No Matches
Public Attributes | List of all members
UNITY_STORAGE_T Struct Reference

Public Attributes

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 468 of file unity_internals.h.

Member Data Documentation

◆ AbortFrame

jmp_buf UNITY_STORAGE_T::AbortFrame

Definition at line 486 of file unity_internals.h.

◆ CurrentDetail1

const char* UNITY_STORAGE_T::CurrentDetail1

Definition at line 472 of file unity_internals.h.

◆ CurrentDetail2

const char* UNITY_STORAGE_T::CurrentDetail2

Definition at line 473 of file unity_internals.h.

◆ CurrentTestFailed

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestFailed

Definition at line 479 of file unity_internals.h.

◆ CurrentTestIgnored

UNITY_COUNTER_TYPE UNITY_STORAGE_T::CurrentTestIgnored

Definition at line 480 of file unity_internals.h.

◆ CurrentTestLineNumber

UNITY_LINE_TYPE UNITY_STORAGE_T::CurrentTestLineNumber

Definition at line 475 of file unity_internals.h.

◆ CurrentTestName

const char* UNITY_STORAGE_T::CurrentTestName

Definition at line 470 of file unity_internals.h.

◆ NumberOfTests

UNITY_COUNTER_TYPE UNITY_STORAGE_T::NumberOfTests

Definition at line 476 of file unity_internals.h.

◆ TestFailures

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestFailures

Definition at line 477 of file unity_internals.h.

◆ TestFile

const char* UNITY_STORAGE_T::TestFile

Definition at line 469 of file unity_internals.h.

◆ TestIgnores

UNITY_COUNTER_TYPE UNITY_STORAGE_T::TestIgnores

Definition at line 478 of file unity_internals.h.


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