Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
SystemSetTest.cpp File Reference
#include <gtest/gtest.h>
#include "core/Core.hpp"

Functions

void TestSystemSetFirst (const Core &)
void TestSystemSetSecond (const Core &)
void TestOtherSystem (const Core &)
 TEST (Core, SystemSet)

Variables

static int count = 0
static bool first_did_run = false
static bool second_did_run = false

Function Documentation

◆ TEST()

TEST ( Core ,
SystemSet  )

◆ TestOtherSystem()

void TestOtherSystem ( const Core & )

◆ TestSystemSetFirst()

void TestSystemSetFirst ( const Core & )

◆ TestSystemSetSecond()

void TestSystemSetSecond ( const Core & )

Variable Documentation

◆ count

int count = 0
static

◆ first_did_run

bool first_did_run = false
static

◆ second_did_run

bool second_did_run = false
static