AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
SpellProcTriggeredFilterTest Class Reference
Inheritance diagram for SpellProcTriggeredFilterTest:

Protected Member Functions

void SetUp () override
 
SpellProcEntry CreateBasicProcEntry ()
 

Detailed Description

Member Function Documentation

◆ CreateBasicProcEntry()

SpellProcEntry SpellProcTriggeredFilterTest::CreateBasicProcEntry ( )
inlineprotected
44 {
47 .WithChance(100.0f)
48 .Build();
49 }
@ PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_NEG
Definition SpellMgr.h:134
Builder class for creating SpellProcEntry test instances.
Definition ProcEventInfoHelper.h:141
SpellProcEntry Build() const
Definition ProcEventInfoHelper.h:226
SpellProcEntryBuilder & WithChance(float chance)
Definition ProcEventInfoHelper.h:208
SpellProcEntryBuilder & WithProcFlags(uint32 procFlags)
Definition ProcEventInfoHelper.h:166

References SpellProcEntryBuilder::Build(), PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_NEG, SpellProcEntryBuilder::WithChance(), and SpellProcEntryBuilder::WithProcFlags().

◆ SetUp()

void SpellProcTriggeredFilterTest::SetUp ( )
inlineoverrideprotected
40{}

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