Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
platformInitRunListener Class Reference

#include <unitTestCommon.h>

+ Inheritance diagram for platformInitRunListener:

Public Member Functions

void testRunStarting (Catch::TestRunInfo const &) override
 
void testRunEnded (Catch::TestRunStats const &) override
 

Static Public Member Functions

static void PlatformInit ()
 

Static Public Attributes

static bool PLATFORM_INIT = false
 

Private Attributes

Divide::Time::ProfileTimer_testTimer = nullptr
 

Detailed Description

Definition at line 43 of file unitTestCommon.h.

Member Function Documentation

◆ PlatformInit()

void platformInitRunListener::PlatformInit ( )
static

Definition at line 25 of file unitTestCommon.cpp.

◆ testRunEnded()

void platformInitRunListener::testRunEnded ( Catch::TestRunStats const &  )
override

Definition at line 63 of file unitTestCommon.cpp.

◆ testRunStarting()

void platformInitRunListener::testRunStarting ( Catch::TestRunInfo const &  )
override

Definition at line 48 of file unitTestCommon.cpp.

Member Data Documentation

◆ _testTimer

Divide::Time::ProfileTimer* platformInitRunListener::_testTimer = nullptr
private

Definition at line 55 of file unitTestCommon.h.

◆ PLATFORM_INIT

bool platformInitRunListener::PLATFORM_INIT = false
static

Definition at line 48 of file unitTestCommon.h.


The documentation for this class was generated from the following files: