All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.beanvalidation.tck.beanvalidation-tck-tests.2.0.6.source-code.tck-tests.xml Maven / Gradle / Ivy

The newest version!
<!--

    Jakarta Bean Validation TCK

    License: Apache License, Version 2.0
    See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.

-->
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="Jakarta-Bean-Validation-TCK" verbose="1">
    <test name="Jakarta-Bean-Validation-TCK">

        <method-selectors>
            <method-selector>
                <selector-class name="org.hibernate.beanvalidation.tck.util.IntegrationTestsMethodSelector"/>
            </method-selector>
            <method-selector>
                <selector-class name="org.hibernate.beanvalidation.tck.util.JavaFXTestsMethodSelector"/>
            </method-selector>
        </method-selectors>

        <packages>
            <package name="org.hibernate.beanvalidation.tck.tests.*"/>
        </packages>
    </test>
</suite>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy