plugins.testcasegenerator.5.2.3.source-code.testng.xml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcasegenerator Show documentation
Show all versions of testcasegenerator Show documentation
Generates test cases from the crawl session.
The newest version!
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > <suite name="test Suite"> <test name="test"> <classes> <class name="${generatedTestsQualifiedClassName}" /> </classes> </test> </suite>