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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -