junit5 - @Check instead of @Test -


in junit there @test annotation. according james bach , michael bolton can considered misleading label in context.

more appropriate @check. checking can automated unlike testing.

see bolton's blog explains test , automated check is: http://www.developsense.com/blog/2009/08/testing-vs-checking/ (read old version first recommendation).

so question if want change @test @check in junit 5 in order contribute more appropriate view on subject amongst developers?


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -