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
This makes adding new tests more intuitive and reading reports easier and informative. After all failing test "Dynarray copy constructor, at line XYZ" says more than failing test "Dynarray constructors, at line ZYX"
The text was updated successfully, but these errors were encountered:
Single unit test cover too much functionality, example from DynarrayTests.cpp:
should be like:
This makes adding new tests more intuitive and reading reports easier and informative. After all failing test "Dynarray copy constructor, at line XYZ" says more than failing test "Dynarray constructors, at line ZYX"
The text was updated successfully, but these errors were encountered: