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 implement MigrationTest interface 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 Details

    • MigrationTestsSnapshotGenerator

      public MigrationTestsSnapshotGenerator()
  • Method Details