Package org.apache.flink.architecture
Class TestCodeArchitectureTestBase
- java.lang.Object
-
- org.apache.flink.architecture.TestCodeArchitectureTestBase
-
public class TestCodeArchitectureTestBase extends Object
Central setup of architectural tests for the test code. This class should be extended for common tests that are required for all submodules.Architectural tests built in submodules should include this class via
ArchTests.in(Class)to cover the common part.
-
-
Field Summary
Fields Modifier and Type Field Description static com.tngtech.archunit.junit.ArchTestsITCASE
-
Constructor Summary
Constructors Constructor Description TestCodeArchitectureTestBase()
-