org.hibernate.testing.junit5.package-info Maven / Gradle / Ivy
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html
*/
/**
* Extensions based on the extension mechanism of JUnit 5 to support things like
* `@FailureExcepted`, `@RequiresDialect`, etc. Used in writing tests
*
* todo (6.0) : add the proposed Docker support - DomainModel, multi-threading etc
*/
package org.hibernate.testing.junit5;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy