Change record status: 
Introduced in branch: 
Introduced in version: 
Description: 

Several test methods have documentation that does not add any value, so we are now allowing those kinds of documentation to be omitted.
Test methods should have a self-documenting method name, and documentation should be added where this is not sufficient (e.g. in the case of methods using data providers).

This change reduces boilerplate comments.