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
Some of the tests have assertions that have been deprecated and alternative imports are being suggested for it.
So rather than, updating just the assertions, I was thinking that it might be better to upgrade the entire Junit framework.
If we update just the assertions, they might become obsolete soon as well. However, Junit 5 is new and should persist for a while. There are also a number of drill down features in Junit 5 that will enhance the strength of the tests.
Please let me know what you think
The text was updated successfully, but these errors were encountered:
Some of the tests have assertions that have been deprecated and alternative imports are being suggested for it.
So rather than, updating just the assertions, I was thinking that it might be better to upgrade the entire Junit framework.
If we update just the assertions, they might become obsolete soon as well. However, Junit 5 is new and should persist for a while. There are also a number of drill down features in Junit 5 that will enhance the strength of the tests.
Please let me know what you think
The text was updated successfully, but these errors were encountered: