|
|
|
|
|
by skatanski
1314 days ago
|
|
This always rubbed me the wrong way. I think a better way would be to ensure the assertions to be readable, as simple as can be. The worst case of this being broken was the assertions were done in an helper method used in a base class of a test, and navigating to it required multiple hops, it took time to build the context of the test as well.
The only downside of multiple assertions is that when the first one fails we won’t know if the subsequent ones are passing. |
|