Sunday, 20 March 2016

CheckStyle Coding practices - JUnit


JUnit - rules provided by CheckStyle

JUnitTestCase
Ensures that the setUp(), tearDown() methods are named correctly, have no arguments, return void and are either public or protected.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.