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

Gunnar Morling gunnar at hibernate.org
Fri Jan 17 17:53:28 EST 2014


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=<TEST_NAME>

Hth,

--Gunnar

[1]
http://www.gradle.org/docs/current/userguide/java_plugin.html#sec:java_test




2014/1/17 Igor Chubin <igor at chub.in>

>
>
> 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 project,
> but later (HHH-3508) it was moved to a separate project [1].
>
> The infrastructure is based on JUnit (the tests) and Gradle
> (automation of the test process) [2].
>
> You can start all tests from the test suite using gradle:
>
>     gradle hibernate-core:matrix_mysql51
>
> In this case all tests of the hibernate-core module will be
> started. There are more than 4000 tests in the module.
>
> I would like to start only some of them.
>
> How do it do it? Is it possible to use the same testing
> infrastructure, but start single tests from the testsuite?
>
> Thank you very much for your help,
>
>
> [1] https://github.com/hibernate/hibernate-matrix-testing
> [2]
> https://github.com/hibernate/hibernate-orm/wiki/Hibernate-JUnit-Infastructure
>
> --
> Igor Chubin
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list