Package org.apache.flink.test.migration
Class MigrationTestsSnapshotGenerator
- java.lang.Object
-
- org.apache.flink.test.migration.MigrationTestsSnapshotGenerator
-
public class MigrationTestsSnapshotGenerator extends Object
This class aims to generate the snapshots for all the state migration tests. A migration test should implementMigrationTestinterface and its name should match*(Test|ITCase)(.java|.scala). For scala tests, we also require the class name is the same with the containing filename.
-
-
Constructor Summary
Constructors Constructor Description MigrationTestsSnapshotGenerator()
-