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
Post a Comment