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

io.zonky.test.db.support.ProviderResolver Maven / Gradle / Ivy

Go to download

A library for creating isolated embedded databases for Spring-powered integration tests.

The newest version!
package io.zonky.test.db.support;

public interface ProviderResolver {

    ProviderDescriptor getDescriptor(DatabaseDefinition definition);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy