[hibernate-dev] Hibernate: How to start a single test from the Hibernate test suite?

2014-01-17 Thread Igor Chubin
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

Re: [hibernate-dev] Hibernate: How to start a single test from the Hibernate test suite?

2014-01-17 Thread Gunnar Morling
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.