![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "IntegrationTestFixture.h"
Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
| TestPlayer * | CreateTestPlayer (ObjectGuid::LowType guidLow=1, std::string const &name="TestPlayer", AccountTypes security=SEC_PLAYER) |
| TestCreature * | CreateTestCreature (ObjectGuid::LowType guidLow, uint32 entry, uint32 factionId) |
| NiceMock< WorldMock > * | GetWorldMock () |
| TestMap * | GetTestMap () |
Static Private Member Functions | |
| static void | EnsureFactionTemplates () |
Private Attributes | |
| IWorld * | _originalWorld = nullptr |
| NiceMock< WorldMock > * | _worldMock = nullptr |
| TestMap * | _testMap = nullptr |
| std::vector< TestPlayer * > | _trackedPlayers |
| std::vector< TestCreature * > | _trackedCreatures |
| std::vector< CreatureTemplate * > | _ownedCreatureTemplates |
|
inlineprotected |
References _ownedCreatureTemplates, _testMap, _trackedCreatures, and CLASS_WARRIOR.
|
inlineprotected |
References _testMap, _trackedPlayers, EXPANSION_WRATH_OF_THE_LICH_KING, and LOCALE_enUS.
|
inlinestaticprivate |
References sFactionTemplateStore, TEST_FACTION_HOSTILE_TO_ALL, and TEST_FACTION_HOSTILE_TO_MONSTERS.
Referenced by SetUp().
|
inlineprotected |
|
inlineprotected |
References _worldMock.
|
inlineoverrideprotected |
References _originalWorld, _testMap, _worldMock, TestMap::EnsureDBC(), EnsureFactionTemplates(), LOCALE_enUS, SEC_PLAYER, and sWorld.
|
inlineoverrideprotected |
References _originalWorld, _ownedCreatureTemplates, _testMap, _trackedCreatures, _trackedPlayers, _worldMock, and sWorld.
|
private |
Referenced by SetUp(), and TearDown().
|
private |
Referenced by CreateTestCreature(), and TearDown().
|
private |
Referenced by CreateTestCreature(), CreateTestPlayer(), GetTestMap(), SetUp(), and TearDown().
|
private |
Referenced by CreateTestCreature(), and TearDown().
|
private |
Referenced by CreateTestPlayer(), and TearDown().
|
private |
Referenced by GetWorldMock(), SetUp(), and TearDown().