HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
TestTaskContext Struct Reference

Context passed to test task trampoline. More...

#include <TestFramework.h>

Collaboration diagram for TestTaskContext:
[legend]

Public Attributes

const char * test_name
 
bool(* test_func )() noexcept
 
TestResultsresults
 
const char * tag
 
SemaphoreHandle_t completion_semaphore
 

Detailed Description

Context passed to test task trampoline.

Member Data Documentation

◆ completion_semaphore

SemaphoreHandle_t TestTaskContext::completion_semaphore

◆ results

TestResults* TestTaskContext::results

◆ tag

const char* TestTaskContext::tag

◆ test_func

bool(* TestTaskContext::test_func) () noexcept
noexcept

◆ test_name

const char* TestTaskContext::test_name

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