Class ITCaseRules
- java.lang.Object
-
- org.apache.flink.architecture.rules.ITCaseRules
-
public class ITCaseRules extends Object
Rules for Integration Tests.
-
-
Field Summary
Fields Modifier and Type Field Description static com.tngtech.archunit.lang.ArchRuleINTEGRATION_TEST_ENDING_WITH_ITCASEstatic com.tngtech.archunit.lang.ArchRuleITCASE_USE_MINICLUSTERIn order to pass this check, IT cases must fulfill at least one of the following conditions.
-
Constructor Summary
Constructors Constructor Description ITCaseRules()
-
-
-
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
-
-