zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDLTest_TestSuiteReference Struct Reference

#include <SDL_test_harness.h>

Public Attributes

char * name
 
const SDLTest_TestCaseReference ** testCases
 
SDLTest_TestCaseSetUpFp testSetUp
 
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

char* SDLTest_TestSuiteReference::name
const SDLTest_TestCaseReference** SDLTest_TestSuiteReference::testCases

Definition at line 95 of file SDL_test_harness.h.

Referenced by SDLTest_LogTestSuiteSummary(), and SDLTest_RunSuites().

SDLTest_TestCaseSetUpFp SDLTest_TestSuiteReference::testSetUp

Definition at line 93 of file SDL_test_harness.h.

Referenced by SDLTest_RunTest().

SDLTest_TestCaseTearDownFp SDLTest_TestSuiteReference::testTearDown

Definition at line 97 of file SDL_test_harness.h.

Referenced by SDLTest_RunTest().


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