
eu.drus.jpa.unit.mongodb.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-unit-mongodb Show documentation
Show all versions of jpa-unit-mongodb Show documentation
JUnit extension for simple testing of JPA entities and components
The newest version!
package eu.drus.jpa.unit.mongodb;
public final class Constants {
private Constants() {}
public static final String KEY_MONGO_CLIENT = "eu.drus.jpa.unit.mongodb.MongoClient";
public static final String KEY_MONGO_DB = "eu.drus.jpa.unit.mongodb.MongoDatabase";
public static final String KEY_FEATURE_EXECUTOR = "eu.drus.jpa.unit.mongodb.FeatureExecutor";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy