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

io.github.bekoenig.assertj.schemacrawler.api.GrantAssert Maven / Gradle / Ivy

package io.github.bekoenig.assertj.schemacrawler.api;

import schemacrawler.schema.DatabaseObject;
import schemacrawler.schema.Grant;

public class GrantAssert
        extends AbstractGrantAssert, Grant, PARENT> {

    public GrantAssert(Grant actual) {
        super(actual, GrantAssert.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy