Initial commit

This commit is contained in:
Erik C. Thauvin 2023-08-14 18:20:05 -07:00
commit da53dbf3d6
75 changed files with 2776 additions and 0 deletions

View 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] -->