You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests of ICEndpointCommandTest and several other older Test Classes have so many test smells that we are overwhelmed by all the changes that would be necessary in order to make this readable.
For example there is code duplication for setting up the email objects that will be tested which could be refactored into the setup method.
Also there are tests with a lot of assertions in one method.
The text was updated successfully, but these errors were encountered:
The tests of
ICEndpointCommandTest
and several other older Test Classes have so many test smells that we are overwhelmed by all the changes that would be necessary in order to make this readable.For example there is code duplication for setting up the email objects that will be tested which could be refactored into the setup method.
Also there are tests with a lot of assertions in one method.
The text was updated successfully, but these errors were encountered: