Hallo, all!
I suppose that my question is obvious for many, but I could not
manage to find an answer on it.
Please help me.
Hibernate has its own test infrastructure, that can be used to test
Hibernate and its various dialects.
In the past, the infrastructure for a part of the Hibernate proje
Hi Igor,
The Gradle reference guide describes in detail the different options for
specifying the tests to run via test filters and system properties in [1].
E.g. to run a single test use the "test.single" property:
./gradlew :hibernate-core:test -Dtest.single=
Hth,
--Gunnar
[1]
http://www.