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

#include <SDL_test_harness.h>

Public Attributes

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

Detailed Description

Holds information about a test suite (multiple test cases).

Definition at line 89 of file SDL_test_harness.h.

Member Data Documentation

◆ name

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: