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

.loadcoder-test.3.0.0-beta.source-code.fast.xml Maven / Gradle / Ivy

Go to download

This project contains tests that are supposed to be used manually during development as a place where experimentation can be done

There is a newer version: 3.1.1
Show newest version
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="Test Tests Suite" verbose="1">
	<test name="Test Test">
		<groups>
			<run>
				<exclude name="manual"></exclude>
			</run>
		</groups>
		<packages>
			<package name=".*"></package>
		</packages>
	</test>
</suite>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy