MCPcopy Create free account
hub / github.com/diasurgical/devilution / TEST

Function TEST

SourceT/diablo_test.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "all.h"
3
4TEST(Diablo, diablo_pause_game_unpause) {
5 dvl::PauseMode = 1;
6 dvl::diablo_pause_game();
7 EXPECT_EQ(dvl::PauseMode, 0);
8}

Callers

nothing calls this directly

Calls 1

diablo_pause_gameFunction · 0.85

Tested by

no test coverage detected