testng.xml #2

  • //
  • main/
  • guest/
  • tjuricek/
  • p4java_ext/
  • src/
  • test/
  • resources/
  • testng.xml
  • View
  • Commits
  • Open Download .zip Download (249 B)
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="p4java_ext">
    <test name="all">
        <packages>
            <package name="com.perforce.workshop.tjuricek.p4java_ext"></package>
        </packages>
    </test>
</suite>
# Change User Description Committed
#2 9086 tjuricek 0.1.0 Initial release of p4java_ext

Mostly just contains enough of the P4 API to build the test data initializer. About 4 commands have minimal testing, so it works. Kind of.
#1 9085 tjuricek First import of the project, before package refactoring.