Skip to content

Instantly share code, notes, and snippets.

@prashanth-sams
Created October 16, 2014 12:44
Show Gist options
  • Save prashanth-sams/29413d2458f0f80daac1 to your computer and use it in GitHub Desktop.
Save prashanth-sams/29413d2458f0f80daac1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Suite" allow-return-values="true" parallel="none">
<test name="Test">
<classes>
<class name="package.className" />
</classes>
</test>
<!-- Test -->
</suite>
<!-- Suite -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment