Blame view

src/main/resources/suites/addDevGoods.xml 370 Bytes
b2af39f8   zengjin   新增开发商品
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
  <suite name="新增开发商品">
  	<test name="addDevGoods">
  		<classes>
  			<class name="com.essa.testSuite.TestAddDevGood">
  				<methods>
  					<include name="addDevGood" />
  					<include name="publicDevGood" />
  				</methods>
  			</class>
  		</classes>
  	</test>
  </suite>