All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.snapshot.SnapshotTest.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
package liquibase.harness.snapshot

import groovy.transform.Canonical
import liquibase.snapshot.DatabaseSnapshot

import java.util.function.Function

class SnapshotTest {

    protected test(TestConfig... config) {

    }

    @Canonical
    static class TestConfig {
        String setup
        String cleanup

        Function verify
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy