Package archunit

Class InterfaceArchRulesTest

java.lang.Object
archunit.InterfaceArchRulesTest

public class InterfaceArchRulesTest extends Object
  • Constructor Details

    • InterfaceArchRulesTest

      public InterfaceArchRulesTest()
  • Method Details

    • interfacesShouldNotHaveNamesEndingWithTheWordInterface

      @Test @DisplayName("ArchUnit test to ensure that the interfaces should not have names ending with the word - Interface") public void interfacesShouldNotHaveNamesEndingWithTheWordInterface()
    • interfacesShouldNotHaveSimpleClassNamesContainingTheWordInterface

      @Test @DisplayName("ArchUnit test to ensure that the interfaces should not have simple class names containing the word - Interface") public void interfacesShouldNotHaveSimpleClassNamesContainingTheWordInterface()