File: factory.xml

package info (click to toggle)
testng 5.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,308 kB
  • ctags: 11,519
  • sloc: java: 48,416; xml: 3,234; makefile: 54; sh: 13
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
  
<suite name="Suite 1" verbose="3">
  <test name="Factory">
    <classes>
      <class name="test.factory.FactoryInSeparateClass" />
      <class name="test.factory.MyTest"/> 
    </classes>
  </test>

</suite>