use of org.apache.flink.runtime.testutils.InternalMiniClusterExtension in project flink by apache.
the class MiniClusterExtension method beforeAll.
// Lifecycle implementation
@Override
public void beforeAll(ExtensionContext context) throws Exception {
internalMiniClusterExtension = new InternalMiniClusterExtension(miniClusterResourceConfigurationSupplier.get());
internalMiniClusterExtension.beforeAll(context);
}
Aggregations