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

testng.it-single.xml Maven / Gradle / Ivy

<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="Single integration test" verbose="1">
    <listeners>
    </listeners>
    <test name="Single class integration test">
        <classes>
            <class name="com.abiquo.testng.TestFactory" />
        </classes>
    </test>
</suite>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy