arsa  2.7
Public Attributes | List of all members
SDLTest_TestCaseReference Struct Reference

#include <SDL_test_harness.h>

Public Attributes

SDLTest_TestCaseFp testCase
 
char * name
 
char * description
 
int enabled
 

Detailed Description

Holds information about a single test case.

Definition at line 75 of file SDL_test_harness.h.

Member Data Documentation

◆ description

char* SDLTest_TestCaseReference::description

Definition at line 81 of file SDL_test_harness.h.

◆ enabled

int SDLTest_TestCaseReference::enabled

Definition at line 83 of file SDL_test_harness.h.

◆ name

char* SDLTest_TestCaseReference::name

Definition at line 79 of file SDL_test_harness.h.

◆ testCase

SDLTest_TestCaseFp SDLTest_TestCaseReference::testCase

Definition at line 77 of file SDL_test_harness.h.


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