io.zonky.test.db.support.ProviderResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of embedded-database-spring-test Show documentation
Show all versions of embedded-database-spring-test Show documentation
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