| Package | Description |
|---|---|
| org.apache.flink.test.util |
| Class and Description |
|---|
| AbstractTestBase
Base class for unit tests that run multiple tests and want to reuse the same
Flink cluster.
|
| MiniClusterResource
Starts a Flink mini cluster as a resource and registers the respective
ExecutionEnvironment and StreamExecutionEnvironment.
|
| MiniClusterResourceConfiguration
Mini cluster resource configuration object.
|
| MiniClusterResourceConfiguration.Builder
Builder for
MiniClusterResourceConfiguration. |
| MultipleProgramsTestBase.TestExecutionMode
Enum that defines which execution environment to run the next test on:
An embedded local flink cluster, or the collection execution backend.
|
| TestBaseUtils
Utility class containing various methods for testing purposes.
|
| TestBaseUtils.CodebaseType
Deprecated.
Will be irrelevant once the legacy mode has been removed.
|
| TestEnvironment
A
ExecutionEnvironment implementation which executes its jobs on a
LocalFlinkMiniCluster. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.