SDL 2.0
SDLTest_TestSuiteReference Struct Reference

#include <SDL_test_harness.h>

+ Collaboration diagram for SDLTest_TestSuiteReference:

Data Fields

const char * name
 
SDLTest_TestCaseSetUpFp testSetUp
 
const SDLTest_TestCaseReference ** testCases
 
SDLTest_TestCaseTearDownFp testTearDown
 

Detailed Description

Definition at line 89 of file SDL_test_harness.h.

Field Documentation

◆ name

const char* SDLTest_TestSuiteReference::name

Definition at line 91 of file SDL_test_harness.h.

◆ testCases

const SDLTest_TestCaseReference** SDLTest_TestSuiteReference::testCases

Definition at line 95 of file SDL_test_harness.h.

◆ testSetUp

SDLTest_TestCaseSetUpFp SDLTest_TestSuiteReference::testSetUp

Definition at line 93 of file SDL_test_harness.h.

◆ testTearDown

SDLTest_TestCaseTearDownFp SDLTest_TestSuiteReference::testTearDown

Definition at line 97 of file SDL_test_harness.h.


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