Added option to set the tests classpath
This commit is contained in:
parent
89a662a1c4
commit
65b9ea190b
8 changed files with 55 additions and 25 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
||||
<suite name="test suite 2" verbose="1" >
|
||||
<test name="exclude fail" >
|
||||
<suite name="test suite 2" verbose="1">
|
||||
<test name="exclude fail">
|
||||
<classes>
|
||||
<class name="rife.bld.extension.TestNgSimpleTest">
|
||||
<methods>
|
||||
<exclude name="testFail" />
|
||||
<exclude name="testFail"/>
|
||||
</methods>
|
||||
</class>
|
||||
</classes>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue