Created
October 16, 2014 12:44
-
-
Save prashanth-sams/29413d2458f0f80daac1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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