Initial commit
This commit is contained in:
commit
da53dbf3d6
75 changed files with 2776 additions and 0 deletions
13
examples/test-output/Command line suite/testng-failed.xml
Normal file
13
examples/test-output/Command line suite/testng-failed.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
|
||||
<suite name="Failed suite [Command line suite]" verbose="2">
|
||||
<test thread-count="5" name="Command line test(failed)" verbose="2">
|
||||
<classes>
|
||||
<class name="com.example.ExampleTest">
|
||||
<methods>
|
||||
<include name="testFail"/>
|
||||
</methods>
|
||||
</class> <!-- com.example.ExampleTest -->
|
||||
</classes>
|
||||
</test> <!-- Command line test(failed) -->
|
||||
</suite> <!-- Failed suite [Command line suite] -->
|
Loading…
Add table
Add a link
Reference in a new issue