.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
<!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>