Class ITCaseRules


  • public class ITCaseRules
    extends Object
    Rules for Integration Tests.
    • Field Detail

      • INTEGRATION_TEST_ENDING_WITH_ITCASE

        public static final com.tngtech.archunit.lang.ArchRule INTEGRATION_TEST_ENDING_WITH_ITCASE
      • ITCASE_USE_MINICLUSTER

        public static final com.tngtech.archunit.lang.ArchRule ITCASE_USE_MINICLUSTER
        In order to pass this check, IT cases must fulfill at least one of the following conditions.

        1. For JUnit 5 test, both fields are required like:

        {@code
    • Constructor Detail

      • ITCaseRules

        public ITCaseRules()