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 - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -