| Class | Description |
|---|---|
| AbstractTestBase |
A base class for tests that run test programs in a Flink mini cluster.
|
| CollectionTestEnvironment | |
| JavaProgramTestBase | |
| JavaProgramTestBase.TupleComparator<T extends org.apache.flink.api.java.tuple.Tuple> | |
| MultipleProgramsTestBase |
Base class for unit tests that run multiple tests and want to reuse the same
Flink cluster.
|
| SecureTestEnvironment |
Helper
SecureTestEnvironment to handle MiniKDC lifecycle. |
| TestBaseUtils | |
| TestBaseUtils.TupleComparator<T extends org.apache.flink.api.java.tuple.Tuple> | |
| TestEnvironment |
A
ExecutionEnvironment implementation which executes its jobs on a
LocalFlinkMiniCluster. |
| TestingSecurityContext | |
| TestingSecurityContext.ClientSecurityConfiguration |
| Enum | Description |
|---|---|
| MultipleProgramsTestBase.TestExecutionMode |
Enum that defines which execution environment to run the next test on:
An embedded local flink cluster, or the collection execution backend.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.