Matcher that checks if a Pokemon has taken a specific amount of damage. Unless specified, will run the expected damage value through toDmgValue to round it down and make it a minimum of 1.
toDmgValue
The object to check. Should be a Pokemon.
Pokemon
The expected amount of damage the Pokemon has taken
Whether to round down expectedDamageTaken with toDmgValue; default true
expectedDamageTaken
true
Whether the matcher passed
Matcher that checks if a Pokemon has taken a specific amount of damage. Unless specified, will run the expected damage value through
toDmgValue
to round it down and make it a minimum of 1.