[rules-dev] bad test names

Mark Proctor mproctor at codehaus.org
Fri Mar 2 03:34:51 EST 2012


When committing tests, please use meaningful names:
     @Test
     public void testJBRULES3323() throws Exception {

Later on, no one knows what that is testing. If you have a dozen or more 
of those in a single file, having to keep opening a browser is a PITA. 
By all means leave the jira number in a comment associated with the test.

Mark


More information about the rules-dev mailing list