Package archunit

Class NamingArchRulesTest

java.lang.Object
archunit.NamingArchRulesTest

public class NamingArchRulesTest extends Object
  • Constructor Details

    • NamingArchRulesTest

      public NamingArchRulesTest()
  • Method Details

    • methodsShouldFollowCamelCaseConvention

      @Test @DisplayName("ArchUnit test to ensure that the methods should follow camelCase convention") public void methodsShouldFollowCamelCaseConvention()
    • fieldsShouldFollowCamelCaseConvention

      @Test @DisplayName("ArchUnit test to ensure that the fields should follow camelCase convention") public void fieldsShouldFollowCamelCaseConvention()