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

org.specrunner.sql.negative.PluginVerify Maven / Gradle / Ivy

The newest version!
package org.specrunner.sql.negative;

import org.specrunner.sql.PluginPrepare;

public class PluginVerify extends PluginPrepare {

    public PluginVerify() {
        setDatasource("referenceConnection");
        setDatabase("referenceDatabase");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy