You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
753 B
1 lines
753 B
<html><head><title>testng.xml for testing.TestNGBasics</title></head><body><tt><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"><br/><suite name="testing.TestNGBasics" verbose="0"><br/> <test thread-count="5" name="Command line test" verbose="0"><br/> <classes><br/> <class name="testing.TestNGBasics"/><br/> </classes><br/> </test> <!-- Command line test --><br/></suite> <!-- testing.TestNGBasics --><br/></tt></body></html>
|