Home
last modified time | relevance | path

Searched refs:expect_ally (Results 1 – 1 of 1) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Denemyai.cpp44 static void testNormalSkill(bool expect_enemy, bool expect_ally, lcf::rpg::Skill& skill, const Game… in testNormalSkill() argument
58 REQUIRE_EQ(expect_ally, EnemyAi::IsSkillEffectiveOn(skill, target, bugs)); in testNormalSkill()
61 REQUIRE_EQ(expect_ally, EnemyAi::IsSkillEffectiveOn(skill, target, bugs)); in testNormalSkill()
64 REQUIRE_EQ(expect_ally, EnemyAi::IsSkillEffectiveOn(skill, target, bugs)); in testNormalSkill()