|
|
|
|
|
by finishingmove
3699 days ago
|
|
We see the test checks three things: Verifies:
- KogMaw deals less damage to non-lane minions
- KogMaw deals percentile magic damage
- KogMaw deals normal damage to lane minions
and the verify method has three assertions. In my opinion, this should be three tests, each with only one assertion. |
|
Making each an individual test would triple the test time, pollute the test codebase and not bring any advantage.