test_s Struct Reference

#include <testrunner.h>

Collaboration diagram for test_s:

Public Attributes

test_f f
 
char name [256]
 
void * data
 
void(* setup )(struct test_s *t)
 
void(* teardown )(struct test_s *t)
 
struct test_s_next
 
unsigned char test_result
 

Member Data Documentation

◆ _next

struct test_s* test_s::_next

◆ data

void* test_s::data

◆ f

test_f test_s::f

◆ name

char test_s::name[256]

◆ setup

void(* test_s::setup) (struct test_s *t)

◆ teardown

void(* test_s::teardown) (struct test_s *t)

◆ test_result

unsigned char test_s::test_result

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