Description
By default Checkstyle ignores test source directories. We probably want all our code to follow the same style. So we have to enable Checkestyle on test sources (includeTestSourceDirectory parameter and fix the violations found in them.
By default Checkstyle ignores test source directories. We probably want all our code to follow the same style. So we have to enable Checkestyle on test sources (includeTestSourceDirectory parameter and fix the violations found in them.